+ 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 Respostas
+ 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? đ€
+ 8
S.Adil đŠđ« i can guess you will understand Kevin â
link.
+ 7
+ 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