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 mean by deployment descriptor?
What is the difference between servlet and jsp?
What is Request Dispatcher?
How do we share data using 'getservletcontext ()?
Explain mvc pattern.
What do you mean by web applications? Explain web application directory arrangement?
What are the benefits of using servlet over cgi?
Why don't we write a constructor in a servlet?
Can we refresh servlet in client and server side automatically?
What are different ways for servlet authentication?
What is servlet in tomcat?
What methods do you use in servlet - applet communication?
What is difference between server and servlet?
Explain how to improve Servlet Performance?
Explain servlet events?