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 |
Which characters may be used as the second character of an identifier, but not as the first character of an identifier?
What do you know about seam?
What is TL and its use?
how to make a index.jsp for running the site in internet and find an error for connection with weblogic server and java that give an error invalid object name.and how to maintain session.
Why do threads block on i/o?
i have a 1000 objects in data base i need to display those in jsp's how can i retrive those objects in jsp. (consider the performance issue)
How messaging services are done, before release of JMS?
What is the return type of interrupt method?
Java is fully object oriented languages or not?
What is re-entrant. Is session beans reentrant. Is entity beans reentrant?
What must a class do to implement an interface?
Explain the purposes of methods wait(), notify(), notifyAll ()?