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
Can we have multiple catch block for a try block?
What is lossy conversion in java?
What is the difference between static (class) method and instance method?
What is the abstract class?
What is oop principle in java?
Are private methods final?
Whats the difference between notify() and notifyall()?
How many bits is a boolean?
If two threads have same priority which thread will be executed first ?
What are identifiers in java?
What is type conversion in java?
What is java dot?
Explain the access modifiers for a class, method and variables?
Describe different states of a thread.
Why java doesn’t support multiple inheritances?