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 |
Whether we can get deadlock situation in servlets?
What is the requirement of servlet config and servlet context implemented and how are they implemented?
What is ServletConfig object?
How we can check in particular page the session will be alive or not
Can you explain in detail 'javax.servlet' package?
What’s the use of the servlet wrapper classes??
How we can get ip address of client in servlet?
What is a web container and what is its responsibility?
What are different types of SessionTracking?
What are the advantages of Servlet over CGI?
How to pass session values from one servlet container to another servlet container? or how can we get session values of one container in another container?
What are the advantages of cookies?