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
How to get the IP address of client in servlet?
What are all the advantages of servlet over cgi?
Why the concept of single thread model interface is used?
What are the different ways we can maintain state between requests?
What is servlet api used for conneting database?
What is webservlet?
What is the dispatcher servlet?
What is servlet? Explain
Can we fetch the attributes related to a servlet on a different servlet?
What are the key methods that are involved in processing of http servlets?
What are the important functions of filters?
Why don't we write a constructor in a servlet?
What do you mean by annotations in servlet?
Which java application server is the best?
How can we invoke another servlet in a different application?