Vidyalelo
Computer Science · Q186

Kotlin Programming MCQ for Competitive Exams, Interviews, and Certifications

Engineering and GATE · Computer Science · question 186

Q186

What does the data class not provide?

A.
An auto-generated "toString()" method
B.
Automatic conversion from/to JSON
Answer
C.
Auto-generated equals() and hashcode() method
D.
A generated copy(....) method for creating copies of the instances

Answer: Option B

Solution

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