How many types of JVM's (OR) Name of the JVM's which are
used in Tomcat & Weblogic servers ?
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 |
What is not thread safe?
can we access the method of class without creating the object of the class
Java is Pass by Value or Pass by Reference?
What is Classloader in Java?
What is linked hashset and its features?
where is .equals() method and how is it different from == operation <giving some confusing implementation> Is hashing related to these?
Write a program to print fibonacci series up to count 10.
Is there any case when finally will not be executed?
What is method overriding in java ?
How will you get the platform dependent values like line separator, path separator, etc., ?
What is the default value of an object reference declared as an instance variable?
what is meant wrapper classes?