Answer Posted / pramod kumar
<jsp:useBean> tag can be used to avail the bean data in
case you are working with JSP's, or if you use a servlet
you can set the bean to the request object and forward it
to the JSP component and there in JSP retreive this object
and use getter methods and do something like this and it
works for sure.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
When a servlet accepts a call from a client, it receives two objects. What are they?
What is meant by session? Tell me something about httpsession class?
What is the advantage of Servlets when compared with other server side technologies?
How can the session in servlet can be destroyed?
What is lazy loading and what is Generic Servlet Class?
What is the procedure of invoking different servlet in a different application?
What are the servlet events?
What is MIME Type?
What do you mean by url pattern in servlet?
Are Servlets Thread Safe? How to achieve thread safety in servlets?
What is the life-cycle of servlets?
What are the life-cycle methods for a servlet?
What is the use of httpservletrequestwrapper?
What is the servlet?
If servlet receives multiple requests, how many objects will it create?