How to Create A Wapper Class in core Java and Why are Use in
java?
Answer Posted / tanmayy
We use wrapper classes in java so as to objectify the
primitive data types.There are certain wrapper classes for
different data types such as:-
int : Integer
float : Float
boolean : Boolean
etc...
Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
When will we prefer to use set and list in java and why?
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters in java programming?
What is java life cycle?
What is thread life cycle in java?
Why use string handling in Java?
Why we used break and continue statement in java?
What are the 8 primitive data types in java?
Explain the difference between intermediate and terminal operations in java8?
How do I convert a numeric ip address like 192.18.97.39 into a hostname like java.sun.com?
How to check if linked list contains loop in java?
If a method is declared as protected, where may the method be accessed in java programming?
Can you make a constructor final in Java?
What is object-oriented programming?
What does string [] args mean?
What is the basic of java?