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 ebxml?

0 Answers  


What is the mvc on struts?

0 Answers  


What is front end technology in java?

0 Answers  


What is document root?

0 Answers  


Can u give me sample code for ServiceImpl and DaoImpl, in j2ee .

1 Answers  


What is java secure socket extension (jsse)?

0 Answers  


servlet has not any main method in it how does it work by JVM?

7 Answers  


What is use of final keyword in java?

0 Answers  


What is the build file?

0 Answers  


What is distributed application?

0 Answers  


Enlist the technologies embraced in j2ee?

0 Answers  


How to achieve multiple inheretence in java.I need an example. how we achieve.

2 Answers  


Categories