What is meant by wrapper classes?
Answers were Sorted based on User's Feedback
Answer / vishnu
Wrapper class is a wrapper around a primitive data type. It
represents primitive data types in their corresponding class
instances e.g. a boolean data type can be represented as a
Boolean class instance. All of the primitive wrapper classes
in Java are immutable i.e. once assigned a value to a
wrapper class instance cannot be changed further.
Is This Answer Correct ? | 12 Yes | 0 No |
Is int primitive data type?
Implement 2 stacks with just 1 array. The stack routines must not indicate overflow unless every slot in array is used.
What is the protected method modifier?
what is heap memory?
0 Answers Tavant Technologies, Zensar,
How to calculate the length of a singly linked list in java?
Does any tag exists in HTML to upload and download files ?
What is an object's lock and which object's have locks in java programming?
What is operator overloading. Is it is supported in java?
How to add and remove nodes in Jtree?
What is the difference between class & structure?
I have multiple constructors defined in a class. Is it possible to call a constructor from another constructor’s body?
What are the concepts of 'OOPS'?