how can we create object to a class in a jsp file?
Answer Posted / upender
you can create with help of useBean tag also.
<jsp:useBean id="beanId' class="packagename.ClassName" />
| Is This Answer Correct ? | 30 Yes | 15 No |
Post New Answer View All Answers
Difference between GET and POST?
Why servlet is faster than jsp?
What are the differences between forward() method and sendredirect() methods?
What are all the ways for session tracking?
Why HttpServlet class is declared abstract?
What is servlet and its use?
How do you get the ip address of the client in servlet?
Can we refresh servlet in client and server side automatically?
Explain their methods? Tell me their parameter names also have you used threads in servlet?
What are the steps that are required to handle the multi-threading?
How can we invoke another servlet in a different application?
What is called Scriptlet?
How the servlet is loaded?
How can you push data from an Applet to a Servlet?
Which event is fired at the time of project deployment and undeployment?