Static member in java
Static Variables: Static variables are declared in the class usingStatic keywordStatic variables are by default initialized to its default valueStatic variables has a single copy for the whole class and…
Wrapper Class in Java
Java is 99% OOP ,Java is oop language and as said everything in java is an object. (But What about the primitives?) They are sort of left out in the…