whats the life cycle of jsp
Answers were Sorted based on User's Feedback
Answer / rajiv kumar
Translation & compilation
Execution
Buffering
Handlig Error
| Is This Answer Correct ? | 7 Yes | 12 No |
C and C++ has constructors and distructors, why does Java does not have distructors?
Which One is optimal to choose ? Syncronized hash map or Hash table with single thread model? How can a hash map syncronized with out using syncrozed blocks in programm?
Is it possible to write static method in abstract class? justyfy your answer?
What is the difference between exception and error in java?
What restrictions are placed on method overloading?
How many digits can a float hold?
What is the need to implement Serializable interface (with no methods) for objects which are to be serialized ? We can write our own functionality which writes objects to streams then why we need to implement and tell JVM that which objects can be serialized.
can any body tell me? does advance java and j2ee both are same.
What is java util function?
What is method overriding in java ?
What is the use of conditional statement?
What interface is extended by awt event listeners?