what debugging tool that can be used to debug the java programs?



what debugging tool that can be used to debug the java programs?..

Answer / uday chow

Through JPDA(Java Platform Debugger Architecture) we can debug
a java program.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More Java J2EE AllOther Interview Questions

What is a constructor?

4 Answers  


How to use ANT?

2 Answers  


Which interface does java.util.hashtable implement?

0 Answers  


What is the use of log4j and how to make use of that in a application?

2 Answers  


wnet use DAO design in u r project?

1 Answers   Godrej,






What are the types of the main implementing classes in the map interfaces? : java collections

0 Answers  


what is the difference between through and throws?

2 Answers   HCL,


What is iterator in the java collections framework? : java collections

0 Answers  


How to implement or use the singleton class in java?

3 Answers  


Hi Friends , am newbie to ajax. For example just consider one account registration - A form contains 8 text fields with submit button. In this form second texbox contains "username " . On right side of text box there is a label box . On clilck action i need to determine user is available or not. Is it possible on clicking label or should i click submit button.

0 Answers  


I have include a jsp page by using <jsp:include page="/.../xyz.jsp"/> The thing is that the xyz.jsp page has its submit button.When i click on that button the whole main page get refreshed.But i want to refresh only the xyz.jsp page.How could i achive it so that i can only refresh the xyz.jsp not the main page page?

4 Answers  


what is difference between vector and arraylist?.

4 Answers   C DAC, HCL,


Categories