How many types of JVM's (OR) Name of the JVM's which are
used in Tomcat & Weblogic servers ?



How many types of JVM's (OR) Name of the JVM's which are used in Tomcat & Weblogic se..

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

Post New Answer

More Core Java Interview Questions

What is meant by anonymous class?

1 Answers  


Can list be null in java?

1 Answers  


What environment variables are required to be set on a machine in order to run Java programs?

1 Answers   Tech Mahindra,


What is a class ?

8 Answers  


What is meant by Servelet? What are the parameters of service method?

2 Answers  


What is the difference between compile-time polymorphism and runtime polymorphism?

1 Answers  


Can we extend singleton class?

1 Answers  


What is the use of TL?

0 Answers  


What is the difference between heap memory and stack memory?

1 Answers   Aspiring Minds,


What is the benefit of inner / nested classes ?

1 Answers  


What are the two ways you can synchronize a block of code?

5 Answers   Ericsson,


What is boolean data type in java?

1 Answers  


Categories