Why can't IntHolder be found in JDK 14?

474 views Asked by At

When I type IntHolder, it prompts me to Cannot resolve symbol IntHolder.My JDK is 14.And I can't find it in the JDK documentation.Will some classes or others disappear with the JDK version update?

2

There are 2 answers

0
Simulant On BEST ANSWER
1
Hardik Yewale On

Generally this issue should not be there , as java don't really remove the classes it just deprecates it. May be you should try re-installing JAVA .

It was deprecated with JDK 11