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 |
How can we make a class virtual?
Write a program in java to create a doubly linked list containing n nodes.
What is the difference between heap and stack memory?
Where to store local variables?
What is the difference between variable declaration and variable initialization?
What is the flag in java?
What is the difference between Resultset and Rowset.
Why sleep()is in Thread and wait() in Object class? Why can't I have both in one class or vice versa?
Can list have duplicates in java?
Can an abstract class be a final class?
What is difference between word and integer?
Can you override a private or static method in java?