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 Posted / 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 |
Post New Answer View All Answers
What methodology can be followed to store more number of objects in a remote server?
How servlet is created?
What is the use of servlet wrapper classes?
Explain jsessionid and when is it created?
What's the difference between authentication and authorization?
What is servlet name in web xml?
Explain the lifecycle of a servlet?
What are the annotations used in servlet 3?
What are the steps that are required to handle the multi-threading?
What is the purpose of dispatcherservlet properties?
What is servlet mapping?
Write a servlet to upload file on server.
What's the difference between servlets and applets?
Can filter be used as request or response?
What are the types of protocols supported by httpservlet ?