+ 16
[Bug] in code Playground
I'm trying to compile this Java code but compiler says : "./Playground/Program.java uses or ovveride Deprecated APIs". why it's not complies? 🤔 https://code.sololearn.com/cLJy1LwBIqNh/?ref=app
12 odpowiedzi
+ 9
S.Adil 🇦🇫 you are doing unnecessary boxing
"new Integer(10)"'. you can simply pass the value.
https://code.sololearn.com/ci49N3Eme9jl/?ref=app
+ 8
Kevin ★ it's just
System.out.println(" Compiled" );
😁😁
why bounded types not working? 🤔
+ 8
P∆WAN M∆URY∆ I passed Integer type I know String occurring error but in Integer type code Playground showing Deprecated warnings 😔
+ 8
P∆WAN M∆URY∆ is Generics not accepting wrapper class values? 🤔
+ 6
Hey S.Adil 🇦🇫 . Bounded type will not work because you are passing the string object. And String class not extended the Number class.
If you use bouded type parameter. Make sure your passed argument extended the Bounded parameter.
+ 5
It has nothing to do with bounded type parameters.
https://code.sololearn.com/cGWDdd5j7VtR/?ref=app
+ 4
S.Adil 🇦🇫 https://stackoverflow.com/questions/49904830/create-a-new-integer-object-that-holds-the-value-1
They can but you are wrapping the wrong way. new Integer() seems to be deprecated.
+ 3
It compiles:
https://code.sololearn.com/cbyIyWwQbcc3/?ref=app
But shows a warning.
+ 2
🤔🤔🤔🤔
0
How can. Move. The blog