How can you debug the Java code?

Answer Posted / kiran

jdb [ options ] [ class ] [ arguments ]

options
Command-line options, as specified below.
class
Name of the class to begin debugging.
arguments
Arguments passed to the main() method of class.

Is This Answer Correct ?    5 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you tell me range of byte?

553


What is a priority queue java?

511


Can we inherit inner class?

515


Explain the importance of finally over return statement?

600


What is a singleton factory?

502






How do you pass by reference?

529


What are recursive functions?

567


How do you compare arrays in java?

492


Does java initialize arrays to zero?

497


What is busy spin, and why should you use it?

584


Are private methods final?

473


Lowest Common ancestor in a Binary Search Tree and Binary Tree.

548


What are the super most classes for all the streams?

1160


What are the basic interfaces of java collections framework?

590


how come we know the object is no more used in the class?

5393