What is JAVA? Why it is platform independent?

Answer Posted / dinesh

Java is fully object oriented programming language.In java,
source code is compiled to give bytecode(class file).
that class file is able to run in any OS.it is simply
called as "COMPILED ONCE RUN ANYWHERE".class file is fed
into JVM, it will convert the class file into corresponding
machine code.

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is getkey () in java?

768


What invokes a thread's run() method in java programming?

789


What happens when a thread cannot acquire a lock on an object in java programming?

769


Why map is used in java?

782


What is difference between stringbuffer and string?

704


How many types of assembly languages are there?

717


Can an interface have a class?

747


What are the advantages of exception handling?

787


Explain what are final variable in java?

784


Why is logger singleton?

734


What is type safety in java?

706


How to retrieve data from database in java using arraylist?

736


Difference between doublesummarystatistics, intsummarystatistics and longsummarystatistics ?

759


What is difference between char array and string?

765


what is mutual exclusion? : Java thread

761