how can we create object to a class in a jsp file?
Answer Posted / ravikiran.chd
inside the declaration tag
| Is This Answer Correct ? | 12 Yes | 7 No |
Post New Answer View All Answers
What is the purpose of requestdispatcher interface?
Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?
What is the difference between the include() and forward() methods?
What are the differences between the servletconfig interface and the servletcontext interface?
How can we refresh automatically when new data has entered the database?
What is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?
What is the need of servlet filters?
When a servlet accepts a call from a client, it receives two objects. What are they?
What is new in ServletRequest interface ? (Servlet 2.4)
What are the phases of the servlet life cycle?
Explain servlet life cycle?
What is cgi?
Write a simple servlet program to print the contents of html.
Explain url encoding in servlet?
What are the different methods involved in the process of session management in servlets?