java

Java Super Keyword and Wrapper Class

Introduction Super Keyword in Java Wrapper Classes in Java Conclusion Introduction Java is an object-oriented programming language that uses objects, classes and multiple keywords. One such is ‘super’ the name as it suggests means that a user creates a bridge between the child class and the parent class (superclass). Talking about Wrapper classes these are […]

Java Super Keyword and Wrapper Class Read More »