|
Related Questions |
View Answer |
|
How to integare struts and hibernate
|
View Answer
|
|
After converting jsp into servlet which methods are present i.e all 6 methods(jspinit(),_jspService(),jspDestroy(),init(),service(),destroy()) or only 3 methods i.e either jsp life cycle methods or servlet lifecycle methods
|
View Answer
|
|
Servlet is Java class. Then why there is no constructor in Servlet ? Can we write the constructor in Servlet
|
View Answer
|
|
What is a Singleton class. How do you write it ?
|
View Answer
|
|
How many ServletConfig and servlet context objects are present in one application?
|
View Answer
|
|
What is difference between Servelt and Applet
|
View Answer
|
|
How the server will know (i.e) when it can invoke init, service,destroy methods of servlet life cycle?
|
View Answer
|
|
What method used to add a jsp to the servlet
|
View Answer
|
|
What is the need of super.init(config) in servlets?
|
View Answer
|
|
What is the importance of deployment descriptor in servlet?
|
View Answer
|
|
What methods will be called in which order? ((i.e)service(),doget(),dopost())
|
View Answer
|
|
When you have action=get?
|
View Answer
|
|
Can a init(ServletConfig config) method be overrided in servlets?
|
View Answer
|
|
Is servlet is used to create a dynamic webpage or Static webpage or both?
|
View Answer
|
|
We have two applications in that we have two servlets each.How they(servlets) communicate with each other ?
|
View Answer
|
|
How will u pass the argument from one servlet to another servlet?
|
View Answer
|
|
What is the super class of All servlets?
|
View Answer
|
|
Types of Servlets?
|
View Answer
|
|
I want to know how to encode textbox in servlet so we find complete column information from the database
|
View Answer
|
|
What are the JSP atrributes?
|
View Answer
|