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
How do you find the maximum number from an array without comparing and sorting?
What should I import for arraylist in java?
What are some characteristics of interference class?
Why string is a class?
What is an infinite loop in java? Explain with an example.
What is enhanced loop in java?
why Java does not support multiple inheritances?
What are the 3 types of loops in java?
What are the 4 versions of java?
What is the purpose of using bufferedinputstream and bufferedoutputstream classes?
What are the restrictions that are applied to the java static methods?
Can we have any other return type than void for main method?
How do you download stubs from Remote place?
What is a ternary operator in java? What is an interface?
What do you understand by soft reference?