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 is a servlet?
What is SingleThreadModel interface?
What are the benefits of using servlet over cgi?
Describe in brief RequestDespatcher?
What are the phases of servlet life cycle?
What is new in ServletRequest interface ? (Servlet 2.4)
what is multiple server?
Explain load on start-up and its importance?
Why are http servlets used in programming?
How can a servlet be used to generate plain text instead of html?
What do you mean by scope object and what are its types?
Write a program to show the functionality of doget and dopost method?
What is the advantage of Servlets when compared with other server side technologies?
What is a web container and what is its responsibility?
What are different ways for authentication of servlet?