answersLogoWhite

0

java is a case sensitive language! as in some place it is very imp to know bcoz it will show error! For example : if u will write system.out it will show error! u hv to write System.out.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Does Java keywords are written in lowercase as well as uppercase?

it depends mostly it is written in lower case but few start with an uppercase as Java is case sensitive


Is sql language is case sensitive?

AnswerNo, SQL is not defined as case-sensitive in the standards.However, certain implementations of SQL may be case sensitive, in certain scenarios. Notably, MySQL on a Linux or Unix server is most likely case sensitive in regards to table names. Also, some collations (string storage formats) are case sensitive. Finally, column and table names may be case sensitive within a query on some SQL servers (i.e. "select * from USER where user.name = 'test'" might result in an error). When it doubt, check the manuals for the server you are using.


What commands are used to prints text in java?

System.out.println("text"); or System.out.print("text"); Please note that Java is case sensitive, meaning you must match uppercase and lowercase exactly.


Is xml case sensitive?

Yes xml is case sensitive, this includes enumerations which are also case sensitive.


What you use in case of pointer in java?

Java does not have pointers


Is HTML code case sensitive?

as far as i know, HTML 4.01 transitional(standard HTML) is NOT case sensitive. XHTML is i think!!! check out w3schools if you want to make sure


What is case in java?

Case is used to label each branch in the switch statement in Java Program


What is the secritycode for 5 case -sensitive characters 13 case -sensitive characters 10 hexadecimal 0-9 a-f case -sensitive characters 26 hexadecimal0-9 a-f case -sensitive characters?

asfasf


Which case is case sensitive upper case or lower case?

Both. "Case sensitive" means that upper case and lower case characters are treated as different characters.


How about c and c plus plus are they case sensitive?

Yes. C and C++ are case sensitive, although, depending on implementation, external symbols might not be case sensitive.


What is the case for Java keywords?

uppercase


How do you write case sensitive?

Something is case sensitive when it requires proper capitalization and lower case letters as well as numbers. Case sensitive passwords will not work if you forget to make sure the proper letters in words used for password are capitalized. An example of a case sensitive word would be WikiAnswers.