online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
public class SynchronizationBlockDemo { private static class BoyFriendThread extends Thread { @Override public void run() {girlFriend.meet();} } private static GirlFriend girlFriend = new GirlFriend(); public static void main(String[] args) { for (int counter = 0; counter < 10; ++counter) { BoyFriendThread fThread = new BoyFriendThread(); fThread.setName("BoyFriend-" + counter); fThread.start(); } } }

Compiling Program...

Command line arguments:
Standard Input: Interactive Console Text

                

                

Program is not being debugged. Click "Debug" button to start program in debug mode.

#FunctionFile:Line
VariableValue
RegisterValue
ExpressionValue