Why Java is a platform independent language?Explain byte code
and JVM
Answer Posted / katarimanoj
.class we get in windows os(platform) after compilation is referred to as bytecode.A bytecode is unversal code and is accessible by any jvm...d thing is every platform has its own type of jvm,to convert it into platforms(machine) language..
(m/c)english-->bytecode ======= bytecode--->telugu(m/c)
ompiled jvm
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is lambda expressions action func and predicate?
Why do we only use the main method to start a program?
Do I really have to type in the programs in the book to try them out?
In an htm form i have a button which makes us to open another page in 15sec.how will you do that?
what is reflection api? How are they implemented?
Is openjdk the same as jdk?
What java systems libraries and methods are available for me to use?
What is the use of lambda functions?
What is dialect in java?
What do you mean by exception handling?
What is stateful in java?
Is it better to learn java or python?
What is predicate in lambda expression?
What is mdb in java?
How do I know if I have jre or jdk?