Skip to content

Instantly share code, notes, and snippets.

@phoenix24
Created December 23, 2018 21:40
Show Gist options
  • Select an option

  • Save phoenix24/1a0f2ed7ac4233463fe97f10ebb1612b to your computer and use it in GitHub Desktop.

Select an option

Save phoenix24/1a0f2ed7ac4233463fe97f10ebb1612b to your computer and use it in GitHub Desktop.
java playground - tell me the output.
public class SP11 {
public synchronized SP11() {
}
public static void main(String[] args) {
System.out.printf("Hello World! Synchronized Constructor!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment