Why Java is a platform independent language?Explain byte code
and JVM
Answer Posted / prasad
A java Document which is converted into binary Executable
format and unchanged run on multiple plat forms is called
platform independent.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
If you’re overriding the method equals() of an object, which other method you might also consider?
What is the difference between a jdk and a jvm?
What if I write static public void instead of public static void?
What is the point of lambda expressions?
What is a stream in java?
What is a flatmap?
Can java program run without jdk?
What does persist mean in java?
Explain issues of old java date api?
What is the use of servlet in java?
What do I need to install netbeans?
What is the meaning of loosely coupled in java?
What is predicate in lambda expression?
How do you count in java?
Is java built on c?