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
What are the methods used to implement for the key object in the hash map?
What is difference between null and void?
How many bytes is a char in java?
Can we override the overloaded method?
How do you write a conditional statement?
What is the difference between the Reader/Writer class hierarchy and the InputStream/OutputStream class hierarchy?
When throw keyword is used?
Why is java multithreaded?
Describe the term diamond problem.
How to use Media tracker Class.
What is primitive data type in java?
What are the types of collections in java?
How would you dynamically allocate memory to an array?
what are the states associated in the thread? : Java thread
What is the difference between the jdk 1.02 event model and the event-delegation model introduced with jdk 1.1?