Computer Applications
…………… class is used to convert a primitive data type to its corresponding object.
- String
- Wrapper
- System
- Math
Related Questions
Which element is num[9] of array num?
- 8th
- 9th
- 10th
- 11th
What is the value returned by function compareTo( ), if the invoking string is less than the string compared?
- zero
- value less than zero
- value greater than zero
- None of the above
This access specifier can be accessed only by the subclass in other package or any class within the same package.
- protected
- private
- public
- default
Which of these data type value is returned by equals() method of string class?
- char
- int
- boolean
- All of these