Google News
logo
JDB - Interview Questions
How can we set a breakpoint in an applet?
Let suppose there is an applet named as Javatpoint having a method scrollDown(). To set a breakpoint on scrollDown() method, you need to follow the below command :
 
>stop in Javatpoint.scrollDown

Advertisement