Computer Applications
Which of the following is the wrapper class for the data type char?
- String
- Char
- Character
- Float
Related Questions
Java statement to access the 5th element of an array is:
- X[4]
- X[5]
- X[3]
- X[0]
The output of "Remarkable".substring(6) is:
- mark
- emark
- marka
- able
Name the package that contains wrapper classes:
- java.lang
- java.util
- java.io
- java.awt
Constructor overloading follows which principle of Object Oriented programming?
- Inheritance
- Polymorphism
- Abstraction
- Encapsulation