Answer Posted / sandeep m
First statement in jsp can be anything such as a scriptlet
(<%.......%>), expression <%= .......%>), declaration
(<! ........>) or template text or java script.
| Is This Answer Correct ? | 17 Yes | 3 No |
Post New Answer View All Answers
What are session variable in servlets?
What are the type of protocols used in httpservlet?
Whats the advantages using servlets over using CGI?
What do you mean by cgi and what are its drawbacks?
What is difference between cookies and httpsession?
How many servlet objects are created?
What is a java servlet?
Explain the steps involved in placing a servlet within a package?
What is the procedure for initializing a servlet?
What is the requirement of servlet config and servlet context implemented and how are they implemented?
Why HttpServlet class is declared abstract?
What are the steps involved in placing a servlet within a package?
In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify
How the servlet is loaded?
List out the difference between ServletConfig and ServletContext?