Created
December 23, 2018 21:40
-
-
Save phoenix24/1a0f2ed7ac4233463fe97f10ebb1612b to your computer and use it in GitHub Desktop.
java playground - tell me the output.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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