Google News
logo
JDB - Interview Questions
What is the syntax used to invoke the debugger?
The following syntax is required to invoke debugger :
 
jdb [options] [classname] [arguments]
 
Advertisement