what is heepStored?
Answer / ram nidadavolu
Java is fully Object Oriented language.It has two phases
first one is compilation phase ans second one is
interpretation phase.The compilation phase converts the java
file to class file (byte code is only readable format of
JVM) than interpretation phase interorate the class file
line by line and give the proper result.
| Is This Answer Correct ? | 1 Yes | 1 No |
Explain the different types of memory used by jvm?
What is waiting state? In what ways a thread can enter into waiting state?
what is the proxy pattern?
What is Remote Interface?
What is the name of the state, when a thread is executing?
How are the elements of a borderlayout organized?
What are the different types of exception?
Why RMI required an interface?
What is the O/P of the below Code Snippet ? And how does it imply the concept of call-by-value/call-by-reference. (Note : Pls ignore syntx errors) public class One { sop ("Into One--"); } public class Two extends One{ sop ("Into Two--"); } public class Home { One a; Two t; public static void main(argv[]) { sop ("In Home--"); sop(One.a); sop(Two.a); sop(One.t); sop(Two.t); } }
What does module-relative mean?
What is the need of serialize?
explain session tracking. why we used it