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
What is append function?
How do you decide when to use arraylist and linkedlist?
How destructors are defined in java?
Difference between a process and a program?
What is the difference between abstract classes and interfaces?
What are format specifiers in java?
If an application has multiple classes in it, is it okay to have a main method in more than one class?
What is Session reduplication and how its done?
What modifiers may be used with a top-level class?
What does the “static” keyword mean?
Can we sort array in java?
What is javac in java?
explain the concept of virtual method invocation in polymorphism in detail?
How do you add an element to an arraylist in java?
Can we create object of inner class in java?