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 |
Why do inner class cannot have static declaration except static nested class?
Briefly explain the term Spring Framework
Can you inherit a constructor java?
What if constructor is protected in java?
What do you understand by soft reference?
waht happens when a return type ,even void is specified for a constructor?
What is the differnence between String Buffer and String builder despite having knowledge that String builder is faster than String Buffer and last one is threadsafe.please tell another important difference.
What are the performance implications of interfaces over abstract classes?
What is the biggest integer?
where the static methods will live ,on stack ? can you explain brefly
Is set ordered?
What is the role of garbage collector in java?