Last active
October 20, 2019 05:20
-
-
Save alex-ber/2be4a6e50016b82209d3182be1fc0274 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
Integer one = Integer.valueOf(1); | |
Integer anotherOne = one; | |
Number numberOne = one; | |
//Integer illegalOne="1"; | |
String str ="one"; | |
String anotherStr =str; | |
//Number illegalStr = "one"; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment