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 are reference variables in java?
Define locale.
Does java trim remove newline?
How does list work in java?
What methods are used in Servlet?Applet communication?
What are extraneous variables examples?
What is the use of default method in interface in java? Explain
Why string is not thread safe?
What is difference between call by value and call by reference?
What do you understand by private, protected and public?
What is square root in java?
Can a class be protected in java?
Can you make a constructor final in Java?
What is currentthread()?
How do you implement tree mirroring in java?