It looks like you're using an Ad Blocker.
Please white-list or disable AboveTopSecret.com in your ad-blocking tool.
Thank you.
Some features of ATS will be disabled while you continue to use an ad-blocker.
package MultiThreading;
class Runner extends Thread [
private static int cnt=0;
public synchronized void func() [
cnt++;
]
public void run() [
for(int i=0; i