Answer Posted / sk
debigging the errors in servlets is very difficult.........
if we want to detect the errors in servlet we have to print
the object ......... for ex----
Connection con=DriverManager("url","uid",pwd");
System.out.println(con);
if it prints the object address the program is
connected to database otherwise not connected to database
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain mvc pattern.
What's the use of servletcontext?
What are the phases of servlet life cycle?
What are the objects involved when a servlet receives a call from client?
Can you explain in detail 'javax.servlet' package?
List out the difference between ServletConfig and ServletContext?
How can you create a session in servlet?
What are the key methods that are involved in processing of http servlets?
Explain jsessionid and when is it created?
What do you mean by session tracking and also explain its techniques?
What’s the difference between genericservlet and httpservlet?
Which event is fired at the time of setting, getting or removing attribute from application scope?
What is servlet configuration?
Hi frnd can i any one kindly can post for me portlet,hibernate and spring example application and with flow explantion configuration using Jdeveloper.and related links ar tutorials kindly please send me .its urgent for me .thanks in advance...........else can any one send to kondaiah.goddeti@gmail.com
Which event is fired at the time of project deployment and undeployment?