|
Question |
Rating |
View Answer |
|
What are the advantages using servlets than using CGI? |
|
View Answer |
|
How do we prevent user to read secured page.. after logout
|
|
View Answer |
|
How does servlets handle data and give some examples of this feature? |
|
View Answer |
|
How can I retrive only IntegerObjects from a vector in which I stored all types of objects
|
|
View Answer |
|
How to get one Servlet's Context Information in another Servlet?
|
|
View Answer |
|
I can do every thing using jsp itself,then what is the need of using servlet? in which situation ,we must use servlet with jsp?
|
|
View Answer |
|
What is the difference between the getRequestDispatcher(String path) method of javax.servlet.ServletRequest interface and javax.servlet.ServletContext interface? |
|
View Answer |
|
Can we go one page to other page using java script or action Mapping ?
|
|
View Answer |
|
How to know whether we have to use jsp or servlet in our project?
|
|
View Answer |
|
When using servlets to build the HTML, you build a DOCTYPE line, why do you do that? |
|
View Answer |
|
What is difference between cgi and servlet in interview point
|
|
View Answer |
|
Can we make Action class,DAOclass without Formclass
|
|
View Answer |
|
When a client request is sent to the servlet container, how does the container choose which servlet to invoke? |
|
View Answer |
|
In which pattern does all the action classes in the struts are organized
|
|
View Answer |
|
What are the various different input parameters which servlets accept? |
|
View Answer |
|
Consider a scenario where 2 instances of an appserver are running in a machine. And one application has been deployed in the two servers. Does these two applications deployed in two servers use the same JVM or different?
|
|
View Answer |
|
What is servlet context and what it takes actually as parameters?
|
|
View Answer |
|
What is meant by preintialization?
|
|
View Answer |
|
What information that the ServletRequest interface allows the servlet access to? |
|
View Answer |
|
What is the diff b/w doGet() and service() method?
|
|
View Answer |