How to handle the debug errors in servlets?
Answers were Sorted based on User's Feedback
Answer / pramod kumar
If you are using any tool debug the code using the tool's
debugger it will help you a lot
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
How is a servlet implemented in code?
What's the advantages using servlets than using cgi?
What does the term localization refer to?
What is servlet api used for conneting database?
What is the difference between genericservlet and httpservlet
Explain the difference between get and post method in servlet?
What happens, when client requests for server object, which is not yet loaded into the memory?
What is the difference between an applet and a servlet?
15 Answers GCEW, Miracle Solutions,
Differentiate between get and post?
Explain how does JSP handle run-time exceptions?
What is servlet configuration?
Differentiate between the get and post method