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 do you get the ip address of the client in servlet?
What is a servlet-to-servlet communcation?
How can a servlet be used to generate plain text instead of html?
What is servlet container. how it works?
How do I support both get and post from the same servlet?
What are session variable in servlets?
How do you run a servlet?
Which is better jsp or servlet?
What do you understand by mime type?
How can we create deadlock situation in servlet?
How can we implement a jsp page?
What does the term localization refer to?
What is SingleThreadModel interface?
What do you mean by httpservlet and how it is different from the genericservlet?
Which event is fired at the time of project deployment and undeployment?