Is jsp compiled?
No Answer is Posted For this Question
Be the First to Post Answer
What is jsp language?
Why is used in jsp?
How can I use the results of my method? ea: <%! method (int x) { stuff return y; } %> <% out.println(y); %> how can I make this work? "y" is a variable made during the method.
Tell us about the jsp life cycle methods.
What is jsp servlet?
Explain the advantages of jsp?
How can I implement a thread-safe jsp page?
What is a expression?
How are the jsp requests handled?
What is server context?
What is meant by session management?
What is difference between javascript and jsp?