Answer Posted / niranjanravi
Wrapper classes allow primitive data types to be accessed
as object.
One assigned a value the value of wrapper calsses cann't be
changed.
thay are used to convert value of one data type to another.
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
Can inner class extend any class?
what is the purpose of "virtual"?
What is meant by object?
What are "methods" and "fields"?
What is the purpose of the wait(), notify(), and notifyall() methods in java programming?
What is the base class of all classes?
How to create packages in java?
What are recursive functions? Give some examples?
What is default locale java?
Can we catch more than one exception in a single catch block?
Which sorting algorithm is in place?
What is the symbol for average?
List down the methods and interfaces of collection class in java.
Explain inheritance in java?
Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).