Computer Applications
State whether the following statement is True or False :
Class is a composite data type.
Java Library Classes
39 Likes
Answer
True
Answered By
2 Likes
Related Questions
State whether the following statement is True or False :
Wrapper classes belong to java.util package.
State whether the following statement is True or False :
Array is a non-primitive data type.
State whether the following statement is True or False :
Integer.toString() converts integer data to String.
Find the output of the following program snippet:
char ch = '*'; boolean b = Character.isLetter(ch); System.out.println(b);