How many types of JVM's (OR) Name of the JVM's which are
used in Tomcat & Weblogic servers ?
Answer Posted / naman patidar
SUN has provided specifications for JVM implementation.
They does provide JRE with JDK installable.
Tomcat uses default system JVM.
And all WebLogic products/applications uses there
implementation of JVM named JRockit. JRockit JVM considered
as industry's highest performing Java Virtual Machine.
| Is This Answer Correct ? | 13 Yes | 5 No |
Post New Answer View All Answers
Add a value x to array from index l to r where 0 <= l <= r <= n-1
What are the advantages of inner classes?
What is percentage in java?
List implementations of list interface?
What is java object name?
Is arraylist an object in java?
What is jit compiler ?
Variable of the boolean type is automatically initialized as?
What does java final mean?
How do you read and print a string in java?
what is the difference between a threads start() and run() methods? : Java thread
How many bits is a 64 bit byte?
What is the constructor?
What is method overloading and method overriding?
Can we create object of inner class in java?