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 jsessionid is created?
How do you design microservices?
How to read request headers from servlets?
What is servlet in simple terms?
How a servlet is unloaded?
Which java application server is the best?
What is meant by cookies?
Who is responsible to create the object of servlet?
Write a command to get actual path of a servlet to the server?
What is difference between get and post method?
What is the advantage of Servlets when compared with other server side technologies?
List out difference between a JavaBean from a Servlet?
Which interface must be implemented by all servlets?
Explain web application directory arrangement?
Is dispatcher servlet a singleton?