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

Do you need to import math in java?

565


What is meant by overloading?

590


Can we change the scope of the overridden method in the subclass?

850


Does a class inherit the constructors of its superclass in java programming?

532


What string is utf8?

548






What are keyboard events?

612


What do you understand by the term singleton?

584


Name few "optional" classes introduced with java 8 ?

651


if u open login & logout ,how can udisplay the timelogin & logout members ?

1756


What is structure of java heap? What is perm gen space in heap?

546


What is the common usage of serialization? What exceptions occur during serialization?

606


what is thread? What are the high-level thread states? : Java thread

793


what is encapsulation in java? Explain

666


What is a parameter used for?

521


what is synchronization and why is it important? : Java thread

589