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 is lazy loading and what is Generic Servlet Class?
What is difference between the HTTP Servlet and Generic Servlet? Explain about their methods and parameters?
What is difference between cookies and httpsession?
What is getservletcontext?
Which is better jsp or servlet?
What is cgi and what are its drawbacks?
Why do we need servlet filter?
What do you mean by web applications? Explain web application directory arrangement?
Define the lifecycle for executing a jsp page.
Explain the servlet context.
Given the request path below, which are context path, servlet path and path info?
When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify
How can we upload the file to the server using servlet?