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

[Critical Issue] Mistake in README file which can mislead a beginner #134

Closed Subhadiptech closed 8 months ago

Subhadiptech commented 8 months ago

While reading I found that there was a question under OOPS section that

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.

amitshekhariitbhu commented 8 months ago

Updated