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 is new in ServletRequest interface ? (Servlet 2.4)
Explain the difference between a web server and a web container?
What are the steps that are involved in using the httpservlet class?
Does servlet have main method?
What do you mean by request dispatcher in servlet? Also explain its methods.
Can a jsp be called using a servlet?
What are all the advantages of servlet over cgi?
What is the difference between CGI and Servlet?
Can you use javascript in servlets?
Explain the lifecycle of a servlet?
Name the packages that work with servlet?
Explain the difference between generic servlet and http servlet?
How we can get ip address of client in servlet?
What is servletconfig?
What is servlet and its life cycle?