Answer Posted / maddy
JSP page translation,
JSP page compilation,
load class,
create instance,
call the jspInit method,
call the _jspService method, and
call the jspDestroy method.
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
Can list be final in java?
String and stringbuffer both represent string objects. Can we compare string and stringbuffer in java?
make a method which any number and any type of argument and print sum of that arguments.....
Which sorting algorithm is in place?
What is toarray method in java?
What are the benefits of immutable objects?
What is the purpose of a volatile variable?
What does escaping a character mean?
Which collection is sorted in java?
Is there a case when finally will not execute?
What are the two types of java?
What things should be kept in mind while creating your own exceptions in java?
What are nested classes in java?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? : Java thread
What are the default and parameterized constructors?