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
Explain web container.
What is the use of servletconfig interface?
What exactly is a servlet?
Which event is fired at the time of setting, getting or removing attribute from application scope?
Explain how does JSP handle run-time exceptions?
What is the directory structure of web application?
What are all the advantages of servlet over cgi?
Difference between forward() method and sendredirect() method ?
Differentiate between get and post?
Write a program to show the functionality of doget and dopost method?
What are the uses of servlet
What is webservlet?
Explain jsessionid?
Which are the different ways you can communicate between servlets?
What are the functions of an intercepting filter?