What is JAVA? Why it is platform independent?
Answer Posted / poorna chandar rao.yerrabothu
java is platform independent because when after compile the
java source code it generate the byte code for jvm. it is
execute the byte code instruction for the particular
operating system. this byte code instruction execute the any
operating system it produce the same result thats why java
is platform independent
Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What is the difference between static class and normal class?
How to create a base64 decoder in java8?
Can we define private and protected modifiers for the members in interfaces?
Explain the difference between map and flatmap stream operation?
What is bifunction in java?
What is the size of integer?
Why static functions are used?
What is nullpointerexception in java?
What is the difference between this() and super() in java?
What is the most important feature of java? What is an interface?
Write java program to reverse string without using api?
What are the advantages of inner classes?
What are different data structures in java?
Why a dead thread occurs?
Is set ordered in java?