Hi friends am newbie to servlet. How code reusability easy
in servlet. why not in jsp . here reusabillity means
only javabeans or any thing else.
Answer / nilofar
not oly javabeans...v can use taglib.......but the thing is
javabeans is used to store business logic and taglib is
used to store presentation logic for reusability.......dats
d difference
| Is This Answer Correct ? | 1 Yes | 0 No |
What is difference between the HTTP Servlet and Generic Servlet? Explain about their methods and parameters?
What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?
What are the advantages of cookies?
How the servlet is loaded?
What is the directory structure of web application?
Name the webserver that is used to run Servlets?
How do you pass the data from one servlet to another servlet?
What is the difference between the include() and forward() methods?
How do you get the ip address of the client in servlet?
When to use doget() and when dopost()?
What do you mean by filter in servlet?
How to generate the server side programming and the advantages of it over the other languages?