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 are the steps that are required to handle the multi-threading?
What is called Session Tracking?
What is the use of httpservletresponsewrapper?
How to get ip address in jsp login page and how to validate like 127.1.0.1 all should not be greater than 255
What is the type of method for sending request from http server?
What is meant by a web application
When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?
Can you call a jsp from the servlet?
What is servlet and how it works?
What is MIME Type?
Which application server is best for java?
How can you push data from an Applet to a Servlet?
How the servlet is loaded?
What is a servlet context?
What is the capacity the doget can send to the server?