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 different types of constants?
Why we use protected in java?
What does || || mean in math?
How do you calculate square roots?
Are variables stored in ram?
What is java full form?
What are heap memory and stack memory and what are memory tables.
What does replaceall do in java?
What does singleton class mean?
Can we use catch statement for checked exceptions when there is no chance of raising exception in our code?
What is the char data type?
What do you know about the garbage collector?
What does this () mean in java?
How do you achieve polymorphism in java?
What is the difference between delete and delete[]