Ascii values in java | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Ascii values in java

System.out.println() or system.out.println() when i used the latter in my coding it showed an error. could anyone explain what difference does it makes or used for?

7th May 2017, 2:48 AM
Akshay R
Akshay R - avatar
5 Answers
+ 10
This means that Java is a case-sensitive programming language. Please refer: http://stackoverflow.com/questions/2128459/is-java-case-sensitive
7th May 2017, 3:15 AM
Hatsy Rei
Hatsy Rei - avatar
+ 7
Because System is a class all classes in java are upper case
7th May 2017, 3:30 AM
chris
chris - avatar
+ 5
I don't know why you have "ASCII value" written on the title of the post and in the description you wrote something not relate to AScii value but if you need help with ASCII values here is the code: https://code.sololearn.com/c7jq1NbWB6dU/?ref=app
7th May 2017, 3:35 AM
chris
chris - avatar
+ 1
@chris its because i thought the uppercase and lower case had something to do with ascii values so wanted to clarify whether it is related to my error
7th May 2017, 4:35 AM
Akshay R
Akshay R - avatar
+ 1
thanks for the help guys 😆😆
7th May 2017, 4:36 AM
Akshay R
Akshay R - avatar