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
What is reflection in java?
What is interceptors in java?
Is java a framework?
Are the actual permissions for the application defined at run-time or compile-time? : java security
What are the new features about Java se 8 ?
Is java secure? : java security
Define network programming?
Topic- looping,function overloading,nesting ,polymorphism. Aim - to write a function with a name buzz-buds,that will check whether the given numbers are buddies or not on the basis of no. of parameters passed during function calling.
What is lsdou? : java security
What is exe file in java?
What is persistence xml in java?
What is java bean class?
Why java is better than node.js?
What is a cookie in java?
Which class is the superclass of every class?