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
Can we override constructor in java?
Why can't we override private static methods?
What is a Null object?
What is meant by anonymous class?
What is string length in java?
what is session in java?
What is the default value of the local variables?
When do I need to use reflection feature in java?
What is ctrl m character?
What are the different types of collections in java?
What is a instance variable?
What is the purpose of extern variable?
What is namespace in java?
What languages are pass by reference?
Which is bigger float or double java?