Answer Posted / vandana mahali
Platform independent means the execution of the program is
not restricted by the type of os environment
provided...thereby, make it possible to process the program
at any type of environment available.
Java is a platform independent language becoz of the
bytecode magic of java. In java, when we execute the source
code...it generates the .class file comprising the
bytecodes. Bytecodes are easily interpreted by JVM which is
available with every type of OS we install.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
v-model life cycle
Why chararray() is preferred over string to store the password?
What is data type in java?
Explain the use of volatile field modifier?
What does method mean?
How many JVMs can run on a single machine and what is the Just-In-Time(JIT) compiler?
Where to store local variables?
What is the difference between public, private, protected, and friend access?
What is class level lock ?
Why is a constant variable important?
What is serial version uid and its importance in java?
What is better - 'bit-shift a value' or 'multiply by 2'?
What is difference between hashset and hashmap?
What is identifier with example?
Is stringwriter thread safe?