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 |
Can you send the mail from a servlet ,if yes tell how?
What are the uses of servlet and what is servlet chaining?
how to use servlets with j2ee ?
What are the uses of servlets?
can i modify the data which are generated by the servlet
Describe servlet?
What is the purpose of requestdispatcher interface?
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
How does Cookies work in Servlets?
How do you invoke a Servlet? What is the difference between doPost method and doGet method?
What are the methods in HttpSession and their use?
Explain life cycle of a Servlet?