is java a case sensitive | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

is java a case sensitive

26th Oct 2016, 8:17 AM
pavan
7 Answers
+ 9
Yeap, java is case sensitive
27th Oct 2016, 11:48 AM
Remmae
Remmae - avatar
+ 3
Yes! Java is very case-sensitive. For creating variables and Methods, there are also best practices. Always capitalize the first letter of a class, such as "class Animal" and always lower-case the first word and uppercase the first letter of any following word, with no spaces when creating a method, such as "createMethodLikeThis()"
27th Oct 2016, 12:08 AM
Sean Lindholm
Sean Lindholm - avatar
+ 1
Yes it is!For example, 'public' and 'Public' are considered different.
26th Oct 2016, 5:18 PM
Sandun Akalanka
Sandun Akalanka - avatar
0
Yes, java is case sensitive, but I think in boolean value it is case insensitive. For example, boolean value can be True, true or TRUE.
26th Oct 2016, 8:31 AM
Roope Korpela
Roope Korpela - avatar
0
yes it is
27th Oct 2016, 11:35 AM
Pragya Sagar
Pragya Sagar - avatar
0
Yes it is case sensitive
5th Nov 2016, 4:57 PM
Pratham
Pratham - avatar
0
yes java is case sensitive, my email: tarig-abbas@hotmail.com
4th Jan 2017, 9:12 PM
Tarig Abbas Ali Abunaib
Tarig Abbas Ali Abunaib - avatar