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 do you understand by url rewriting?
How can you run a servlet program?
Write all the phases defined in servlet life cycle?
Explain the difference between a web server and a web container?
How do I use cookies to store session state on the client?
What is cookie? Why is cookie used?
What do you understand by mime type?
What is difference between get and post method?
How the typical servlet code look like ?
Write a program to show the functionality of doget and dopost method?
How to get the path of servlet in the server?
Define servlet mapping?
What is the difference between the include() and forward() methods?
What is servlet lazy loading?
Why doesn’t a servlet include main()?