how can we create object to a class in a jsp file?
Answer Posted / sant kumar
class name = new class name();
| Is This Answer Correct ? | 9 Yes | 18 No |
Post New Answer View All Answers
Why do we use sendredirect() method?
Explain the difference between jsp and servlet?
How printwriter is different from servletoutputstream?
Why is Servlet so popular?
Is it possible to have a constructor inside the servlet?
How can we invoke another servlet in a different application?
What is the difference between genericservlet and httpservlet
Differentiate between get and post?
What is the servletconfig object?
What is cgi and what are its drawbacks?
What if you need to span your transaction across multiple servlet invocations?
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
What are the supporting protocol by HttpServlet ?
Explain servlet events?
What are the ways to handle multi-threading in servlets?