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
Differentiate between the web server and application server?
What are all the ways for session tracking?
What is cookie? Why is cookie used?
In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify
What is the difference between the servlets and cgi programs?
Explain url encoding?
Is it possible to have a constructor inside the servlet?
Which application server is best for java?
Can we override servlet service method?
What do you mean by deployment descriptor?
Why do we need servlet filter?
What is war file?
What is the use of send redirect () method?
What is httpservlet class?
What is cookies in servlet with example?