how can we create object to a class in a jsp file?

Answer Posted / shane rajasinghe

Creating The Object
<% MyBean student=new MyBean(); %>
*************************************************
calling attributes in the created object
<jsp:getStudentInfo name="student" property="name"/>
<jsp:getStudentInfo name="student" property="dit"/>
*****************************************************

Is This Answer Correct ?    7 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to link html file to sevlet file.one name is textbox,c&c++ is cheakbox,bc&mca is radio button and one submit buttonis ok why in this programme use in servelt file

2315


Write a hello world program using servlets.

778


Explain jsessionid?

783


Why doesn’t a servlet include main()? How does it work?

846


Describe in brief RequestDespatcher?

799


What is ServletContext object?

820


What do you mean by servlet?

889


What do you mean by request dispatcher in servlet?

847


What is the use of httpservletrequestwrapper and httpservletresponsewrapper?

749


Which java framework is most popular?

755


Is it good idea to create servlet constructor?

969


How can you run a servlet program?

777


Why do we have servlet listeners?

780


What is Client-Server Computing?

2071


What is dispatcher servlet?

765