Answer Posted / 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 |
Post New Answer View All Answers
Define linked list and its features with signature?
What do you mean by JVM?
What does %4d mean in java?
What is immutable state?
Can a variable be local and static at the same time?
How do you reverse a string in java?
Does variable declaration allocate memory?
What is style and indentation?
What is core java called?
Implement 2 stacks with just 1 array. The stack routines must not indicate overflow unless every slot in array is used.
Difference between vector and arraylist.
Which variables are stored in heap?
What is derived datatype?
What is module in oop?
Is a class an object?