I agree it is correct to say that Java is platform independent, but it is due to the Java Virtual Machine. Java programs are only intermediately compiled, which allows adaptation to the given environment it needs to run in later.
An example of a portability issue is the creation of Unix. The first version was not portable. It was specific only to that computer's architecture. Unix became portable when it was rewritten in C. The new version written in C was portable because C served as a "translator", if you will, between what underlying architecture or devices were physically in the computer and what unix wanted them to do.
I agree it is correct to say that Java is platform independent, but it is due to the Java Virtual Machine. Java programs are only intermediately compiled, which allows adaptation to the give...
"portability" refers to the ability of a system to support a particular software.it depends on the system configurations."platform independent"JAVA is a platform independent software. it need not be installed for the processing of its program
Buffer is something that is used to hold the data temporarly. Ex- If we are watching any thing online,then buffering of data takes place i.e for sometime data get stored in buffer then processed.
sathiyapriya
Feb 8th, 2015
It is like a storage area
Avinash kumar
Jan 23rd, 2015
A buffer is a memory space that is used to hold different data items temporarily. its used for communication of different processes.I.e. Interprocess communication. The most relevant example is , play...
No! we can not run any simple program with out using any interface such as operatin systen or System software. but in some cases like Machine level languge or firmware run without any software because it directlly communicate with hardware and makes the hardware active so other program can run using his platform.
Siba Ranjan Biswal
Feb 11th, 2014
Yes a program can be executed with out operating system..for example the boot executable program runs in systems while no operating system is available prior to it.
Ans