How java is platform independent?

Answer Posted / bandana mankotia

Platform Independent means the process in which certain
languages is capable of running on all types of Operating
System.
Java is platform independent bcoz In java when we
execute the source code,it generates the class file
comprising the bytecode.Byte code are easily interpreted by
JVM(interpreter)which is available with every type of O.S
we install

Is This Answer Correct ?    25 Yes 17 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between static and non-static variables in java programming?

513


Explain about the performance aspects of core java?

546


What is strings in java?

579


What is token in java?

531


what invokes a threads run() method? : Java thread

565






What are synchronized blocks in java?

596


Explain the meaning of java applet.

595


What is difference between overloading and overriding in java?

521


What is the collection interface?

582


Can we declare register variable as global?

503


Why array is used in java?

509


What does java final mean?

514


Why do I need to declare the type of a variable in java?

560


what happens when a thread cannot acquire a lock on an object? : Java thread

534


What is the use of volatile in java?

592