amitshekhariitbhu / android-interview-questions

Your Cheat Sheet For Android Interview - Android Interview Questions and Answers
https://outcomeschool.com
Apache License 2.0
11.2k stars 2.22k forks source link

fixed issue related to one of the answer [Fixed Issue #134] #135

Closed Subhadiptech closed 8 months ago

Subhadiptech commented 8 months ago

Can you list 8 primitive types in java?

Present ans: byte short int long float double char String boolean

Expected ans:

byte short int long float double char boolean

String is not a primitive data type of Java.

This point may mislead a beginner.