Vidyalelo
Java Programming · Q65

Miscellaneous Java

Programming · Java Programming · question 65

Q65

Which of the following statements are incorrect?

A.
String is a class
B.
Strings in java are mutable
Answer
C.
Every string is an object of class String
D.
Java defines a peer class of String, called StringBuffer, which allows string to be altered

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board