System program/ Application program ??

P

Parvsandhu

Is there any criteria to judge whether the code is of system
programming or application programming??

Is there any set of specific instuctions/ classes meant for system
programming???

Please try to solve the problem.
 
S

Stefan Schulz

Is there any criteria to judge whether the code is of system
programming or application programming??

Is there any set of specific instuctions/ classes meant for system
programming???

Please try to solve the problem.

If you can do it in java, it is unlikely to be system programming ;)
 
T

Thomas Weidenfeller

Parvsandhu said:
Is there any criteria to judge whether the code is of system
programming or application programming??

Is there any set of specific instuctions/ classes meant for system
programming???

I am sure there is some computer science taxonomy drawing a line
somewhere. However, I am not aware of one. But, as a rule of thumb:

It it is close to the operating system (requires close interaction, many
OS system calls), part of the operating system, or close to the hardware
then it is very likely system programming.

Please note that Java is not well suited for the above mentioned things.
Please try to solve the problem.

Your homework, eh? If it is homework, you better dig up a formal
definition from some computer science book.

/Thomas
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,020
Latest member
GenesisGai

Latest Threads

Top