Explain the role played by Java Virtual Machine in Java
Programming?
A Java Virtual Machine (JVM) enables a set of computer
software programs and data structures to use a virtual
machine model for the execution of other computer programs
and scripts.
The model used by a JVM accepts a form of computer
intermediate language commonly referred to as Java
bytecode.
This language conceptually represents the instruction set
of a stack-oriented, capability architecture.
Sun has claimed there are over 4.5 billion JVM-enabled
devices
| Is This Answer Correct ? | 3 Yes | 0 No |
Define jre i.e. Java runtime environment?
What is a conditional statement explain with example?
What are packages and name a few?
Discuss different types of errors that generally occur while programming.
What is the default value of the local variables?
different between exception and error? explaim check and uncheck exception
Explain Connection Pooling?
What are possible key words, we can use to declare a class?
Why Java is not pure Object Oriented language?
What are benefits of java?
transaction attributes ?
For which statements we use a label?