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 |
the use of try and ffinally keyword
diff mvc1 and mvc2 wahts is mean by servlet chaining?
What are the types of scaling?
what is the port number of RMI?
What is preemptive and Non-preemptive Time Scheduling?
What is a convertor?
What is synchronization and why is it important?
What is the return type of interrupt method?
1) what is synchronization? 2)write a program to show synchronization ? 3) what is orm? 4) what is getTemplete method and hw u use it? 5)write a singleton program ? 6) what is IOC concept & explain it? 7) methods of spring? 8)explain spring framework? 9)what are the oops concept? 10)what r the diff types of exception? 11)what is AOP(assepct oriented programing)? 12)jsp life cycle? 13)servlet life cycle? 14)how to u catch ur exception when executing a query in hibernate? 15)write javascript function? 16)write a querry to join two tables? 17)wap to show inheritance and use of interface? 18)explain the project? 19)in spring bean class uses singleton or prototype? 20)Explain prototype?
Where we can write Rmi registry in the code, without having to write it at the command prompt?
What is the difference between ear, jar and war file?
how the action can be map from jsp page to bean class in mvc1