How many types of JVM's (OR) Name of the JVM's which are
used in Tomcat & Weblogic servers ?
Answer / 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 |
how to print a numbers from 1 to 100 with out using control structures?
What is thread life cycle?
What is an iterator java?
In the below example, what will be the output?
What is toarray method in java?
What's the default access specifier for variables and methods of a class?
When abstract methods are used?
Is string serializable in java?
Can anonymous class have constructor?
What is final?
What is ascii code?
What's the purpose of using break in each case of switch statement?