Why Java is a platform independent language?Explain byte code
and JVM
Answer Posted / monisha
Java is platform independent language as the compiled
version from one platform can be executed on any other
platform(OS) and bytecodes are the compiled version of java
program which is an intermediate language and JVM is Java
virtual machine which is a part of java platform and is a
software implementation/specification for a java
application.
| Is This Answer Correct ? | 38 Yes | 11 No |
Post New Answer View All Answers
Explain daemon thread.
Do I need jdk or jre?
What is java bean class?
What if I write static public void instead of public static void?
What is @override annotation in java?
What is lambda expressions action func and predicate?
What is the point of lambda expressions?
Can we extract main method from another class?
Write a program for the following topic - switch case,looping using fuction calling,nesting,console input output. Aim- to print a menu:- 1-series 2-single value. Each menu having sub menu armstrong or perfect.
How do I open my java console?
Why is struts used in java?
What is stateful in java?
What is a service layer in java?
What is the difference between Logical Parallelism and Physical Parallelism?
What is maven in java?