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
Should I override the service() method?
How to make sure a servlet is loaded at the application startup?
What is servlet container. how it works?
Explain how does JSP handle run-time exceptions?
What is the difference between servlet and filter?
Which protocol will be used by browser and servlet to communicate
why we should override only no-agrs init() method.
Is java servlet still used?
Explain request dispatcher and its methods.
What is difference between PrintWriter and ServletOutputStream?
What are the type of protocols used in httpservlet?
How to handle exceptions thrown by application with another servlet?
What is cookie in servlet?
How do servlets work?
request parameter how to find whether a parameter exists in the request object?