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 |
How can an existing session be invalidated?
What do you mean by interservlet communication?
What are the steps that are involved in using the httpservlet class?
Write a hello world program using servlets.
What is the difference between servlet config and servlet context.
19 Answers TCS, Tech Mahindra, Vertex,
How many servlet objects are created?
What is context switching?
Explain the methods of request dispatcher in servlet?
What is load-on-startup in servlet?
what are the way a client can be tracked?
What are the different ways we can maintain state between requests?
What's the difference between servlets and applets?