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
What is the capacity the doget can send to the server?
How do you create a cookie using servlet?
What is servlet invoker?
What are the different methods involved in generic servlet?
Should I override the service() method?
What are the uses of servlets?
What are the differences between forward() method and sendredirect() methods?
how the HTML data stored in web server?
What is URL Encoding?
How to make sure a servlet is loaded at the application startup?
What is the use of servlet context?
What is getservletcontext?
What is difference between PrintWriter and ServletOutputStream?
Difference between get and post in java servlets?
What is the