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
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
Write a hello world program using servlets.
Explain jsessionid?
Why doesn’t a servlet include main()? How does it work?
Describe in brief RequestDespatcher?
What is ServletContext object?
What do you mean by servlet?
What do you mean by request dispatcher in servlet?
What is the use of httpservletrequestwrapper and httpservletresponsewrapper?
Which java framework is most popular?
Is it good idea to create servlet constructor?
How can you run a servlet program?
Why do we have servlet listeners?
What is Client-Server Computing?
What is dispatcher servlet?