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

Is minecraft 1.15 out?

0 Answers  


What is serialization in java?

0 Answers  


How can final class be used?

5 Answers   Accenture, Wipro,


Marker interface means , interface which has no methods.Then what is the necessity of its usage.I read "it tells the compiler that it should be treated differently ". "It is used to store state of an object". But still am not clear.Please explain clearly.

2 Answers  


Can we create a constructor in abstract class?

0 Answers  






Suppose i have two threads t1 and t2 are running.How the main thread will know that the two threads t1,t2 execution has completed?

2 Answers   Subex,


Difference between Reader/Writer and InputStream/Output Stream?

9 Answers   Adobe, Kirusa, Verizon,


What is visibility mode?

0 Answers  


what is deadlock in threads? with example

2 Answers   CTS, XOXO,


Can you declare a static variable in a method?

7 Answers  


What is difference overloading and overriding?

0 Answers   Cyient,


Can variables be used in java without initialization?

0 Answers  


Categories