Is Java case sensitive?

I read somewhere that Java is case sensitive. I could not confirm this. It? If so, why?

+5
source share
8 answers

I read somewhere that Java is case sensitive. I could not confirm this.

Java source code is case sensitive if you mean this. those. Doubleis not the same type as Double, and you can have two different and separate variables myDataand myData.

It? If so, why?

, - . "a" "A" - , , , .

, , . ß "SS" - "weiß" "WEISS" ? : , . "" - "". , Java, Java, .

, , .

+33

, . - C. , "", . , Java Unicode. , .

, ß ss?

+11

, , .

+6

Java , C-. , , .

, Java (Integer, PrintStream ..). - (number, println(), checkError() ..). - (SOME_CONSTANT).

( , ), Java-, Java . , , .

+6

. Java . Java package/classname . , Windows, . , / . Java ( ( ) , ).

+4

. Java , !

+3

. , Java . , Java . , , , "endLoop", "Endloop" "EnDlOoP". , , Java . -.

+3

Java , .

HelloWorldApp - , Helloworldapp.

Javas C ++.

+1
source

All Articles