amitshekhariitbhu / android-interview-questions

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

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

Closed Subhadiptech closed 10 months ago

Subhadiptech commented 10 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 10 months ago

Updated