Define Wrapper Classes in Java.
Answer / nashiinformaticssolutions
In Java, when you declare primitive datatypes, then Wrapper classes are responsible for converting them into objects(Reference types).
Is This Answer Correct ? | 0 Yes | 0 No |
What are the different types of java?
Differentiate between a constructor and a method? Can we mark constructors final?
How do you use substring in java?
What is yielding and sleeping? how they different?
Enlist diffrent types of inheritance supported by java?
How to define a constant variable in Java?
what is the main class of all the classes
What is meant by class?
Can we define static methods inside interface?
What is data structure in java?
What does it mean that a method or field is “static”?
what is meant by abstract class?