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 are the differences between throw and throws?

0 Answers  


Difference between predicate, supplier and consumer ?

0 Answers  


What is the importance of main method in Java?

0 Answers  


If goto and const is reserve words than why it is not work in java?

0 Answers  


whether java is fully object oriented language or partially object oriented language

4 Answers   Infosys, ME, SMK,






What is a string what operation can be performed out with the help of a string?

0 Answers  


What is a flag and how does it work?

0 Answers  


What are the drawbacks of singleton class?

0 Answers  


Why to use nested classes in java?

0 Answers  


Compare java and python.

0 Answers  


why marker interfaces are there in java

4 Answers   Digital Group,


what is the difference between process and thread? : Java thread

0 Answers  


Categories