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 is appletviewer?
As a developer what steps do you take to improve the performance?
What is meant by interface?
What is difference between static and final?
Is ++ operator thread-safe in java?
Can we make main() thread as daemon?
Why do we need hashset in java?
What do you meant by active and passive objects?
what questions are been asked ??? for interview in apti
I want my class to be developed in such a way that no other class (even derived class) can create its objects. How can I do so?
What is the super void?
What is the difference between an argument and a parameter?