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 use of parseQueryString ?
can i call destroy() method in init() method of servlet
What do you mean by session tracking and also explain its techniques?
What are important features of Servlet 3?
How do you track a user session in servlets?
What is meant by cookies?
Explain the difference between get and post method in servlet?
How can we refresh automatically when new data has entered the database?
Explain the difference between servletconfig and servletcontext in servlet?
What is servlet and its advantages?
What are the different mode that servlets can be used?
Are Servlets Thread Safe? How to achieve thread safety in servlets?