Created
November 18, 2019 07:03
-
-
Save kyawhtut-cu/13ef39a8bd3713727d7093610acc3deb to your computer and use it in GitHub Desktop.
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 UserTestJava { | |
public static void main(String[] args) { | |
User user = new User("Mg Mg",23, "Yangon", "male"); // that is work | |
User user = new User("Mg Mg",23, "male"); // that is compile time error | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment