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
How does class forname work in java?
What is the difference between object oriented programming language and object based programming language?
What are constants and how to create constants in java?
What is the finalize method do?
How do you use substring in java?
How do you execute a thread in java?
How are the elements of a gridbaglayout organized?
Why a dead thread occurs?
Will set allow duplicates in java?
What is meant by memory leak?
What is the use of callablestatement?
How listener identify that the event came from a particular object?
What is protected access modifier?
Should database connections be singleton?
How many types of array are there?