What is a jsp directive?
No Answer is Posted For this Question
Be the First to Post Answer
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.
Explain some jsp life-cycle methods that can be overridden.
What is full form of jsp?
How many tags are there in jsp?
What are the two ways to include the result of another page?
What do you mean by jsp?
Q : In session created by server with client(browser) How can server find that request coming is belong to new session OR belong to session that is timeout.
What are the steps involved in reading data from a form using jsp?
What is <jsp:usebean> in jsp?
What is pagecontext jsp?
Is there a way I can set the inactivity lease period on a per-session basis?
How can I extend the functionality of jsp?