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
What is getkey () in java?
What invokes a thread's run() method in java programming?
What happens when a thread cannot acquire a lock on an object in java programming?
Why map is used in java?
What is difference between stringbuffer and string?
How many types of assembly languages are there?
Can an interface have a class?
What are the advantages of exception handling?
Explain what are final variable in java?
Why is logger singleton?
What is type safety in java?
How to retrieve data from database in java using arraylist?
Difference between doublesummarystatistics, intsummarystatistics and longsummarystatistics ?
What is difference between char array and string?
what is mutual exclusion? : Java thread