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
What is percentage in java?
Hi i am creating desktop application in that i want calling to mobile number. i have java telephone api (JTAPI) but i dont understand how it configure & use plese help me
what is the difference between future and callable interface in java?
What is the difference between abstract class and interface1? What is an interface?
Is vector synchronized in java?
If we don’t want some of the fields not to serialize how to do that?
Can we execute a program without main() method?
What are the differences between string, stringbuffer and stringbuilder?
Describe the term diamond problem.
What is the functionality of the stub?
What is time complexity java?
Can we have this () and super () together?
Can we define private and protected modifiers for variables in interfaces?
Can we synchronize static methods in java?
What are the main differences between notify and notifyAll in Java?