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 the servletconfig object?
HTTP tunneling means what?
What is servlet in simple terms?
In which cases Destroy() is invoked?
what is the difference between servlets and struts?
What is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?
What is the use of servlet wrapper classes?
How do you define a servlet?
How do we share data using 'getservletcontext ()?
Directive Include and Action Include how both are working in JSP, what is the difference between both?In which suituation we have to choose these elements?
Explain session tracking and its importance?
How is a servlet implemented in code?