Possible ways for debugging java ,javascript,jsp and
servlet. Can we use System.out.println debugging java.

Answers were Sorted based on User's Feedback



Possible ways for debugging java ,javascript,jsp and servlet. Can we use System.out.println debuggi..

Answer / sandeep m

Instead of S.o.p() you can use log4j. depending on the
debug level we require we can set the debugging level in
log4j.properties file.

No rework of removing s.o.p's when we are ready to deploy.
Just increase the debug level while deploying.

Is This Answer Correct ?    6 Yes 0 No

Possible ways for debugging java ,javascript,jsp and servlet. Can we use System.out.println debuggi..

Answer / sk.bilal ahmed

Use of System.out.println debugging is very bad and time
consuming, but you can do it in J2EE too.

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More J2EE Interview Questions

What is external entity?

0 Answers  


Who generates bytecode in java?

0 Answers  


What is the name of java compiler?

0 Answers  


What is a j2ee component?

0 Answers  


Is java part of oracle?

0 Answers  






What is the use of RequestProcessor, if we are having ActionServlet in struts

4 Answers   Oracle,


Where javac is located?

0 Answers  


What are the components of j2ee?

0 Answers  


What is component-managed sign-on ?

0 Answers  


What is archiving?

0 Answers  


What are different modules in spring?

0 Answers  


Describe the file types *.ear, * .jar and *.war?

0 Answers  


Categories