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
Why servlet is used as controller ? Not JSP? I want complete explation?
Explain load on start-up and its importance?
How a servlet is unloaded?
How can we include static files in the jsp page?
Which event is fired at the time of session creation and destroy?
How is an application exception handling is done using a servlet?
why we should override only no-agrs init() method.
Should I override the service() method?
What must be implemented by all servlets?
Why is httpservlet declared abstract?
What is the effective way to make sure all the servlets are accessible only when user has a valid session?
How can you run a servlet program?
How do you run a servlet?
What are some disadvantages of storing session state in cookies?
What is the difference in between the httpservlet and generic servlet?