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
What are the uses of servlets?
What are the differences between forward() method and sendredirect() methods?
Whether we can get deadlock situation in servlets?
What are some advantages of storing session state in cookies?
How many servlet objects are created?
Why do we need servlet filter?
What do you mean by the servlet chaining?
What do you mean by httpservlet and how it is different from the genericservlet?
Explain jsessionid and when is it created?
What is the need of session tracking in web application?
What is the purpose of requestdispatcher interface?
What is the purpose of inter-servlet communication?
What is meant by Servlet? What are the parameters of service method?
What are the life cycle methods of the servlet?
Difference between forward() method and sendredirect() method ?