Answer Posted / amutha
<%@ page language="java"------- %>
or
Any valid html tags or scriptlet
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Which httpsession object is used to view and manipulate information about a session?
What do you mean by web applications? Explain web application directory arrangement?
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?
What is session?
What are the differences between forward() method and sendredirect() methods?
What are the new features added to servlet 2.5?
What are the annotations used in servlet 3?
Explain the servlet context.
How to notify an object in session when session is invalidated or timed-out?
How can we refresh automatically when new data has entered the database?
What is generic servlet class?
What is a web application and what is it’s directory structure?
How forward () method is different from send redirect () method?
What's the difference between servlets and applets?
What are the differences between the servletconfig interface and the servletcontext interface?