Google News
logo
JDB - Interview Questions
How to connect JDB with JVM?
There are various ways to connect JDB with JVM, but the simplest one is to provide the following command at the runtime of your main class :

>jdb MainClass  

Here, MainClass represents the name of your class.
Advertisement