In the servlet 2.4 specification singlethreadmodel has been deprecated, why?
No Answer is Posted For this Question
Be the First to Post Answer
How can you include the results of another page?
What is a jsp directive?
How are Servlets and JSP Pages related?
What are different implicit objects of 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.
What is difference between custom jsp tags and beans?
Can an interface be implemented in the jsp file?
What is auto-flush attribute?
How do we configure init params for jsp?
How to find out the name of the http method using jsp el?
how to maintain sessions in jsp?can you tellme the methods.
16 Answers IBM, Scope International, TCS,
What are actions and directives in jsp?