Are Java keywords written in lowercase as well as uppercase? - ProProfs Discuss
Advertisement

Are Java keywords written in lowercase as well as uppercase?

Asked by Sanjayls, Last updated: Apr 10, 2024

+ Answer
Request
Question menu
Vote up Vote down

3 Answers

Chris Evins

Chris Evins

Want to explore the world.

Chris Evins
Chris Evins, College Student, Schooling, Wolverhampton

Answered Dec 02, 2019

The correct answer to this question is False. They are not written in both lowercase and uppercase. Instead, JavaScript is case sensitive. Due to this, all of the keywords must be written in a small case.

An example is with the word baby. It must be written as a baby and not Baby or BABY. Another example would be with the word and name McDonald. Though there are various ways to have this name with different capitalization, the correct way in JavaScript would be McDonald, and not MCDONALD or McDonald's.

Keywords are not the only things in JaVa that are case sensitive, but variables and function names are as well.

upvote downvote
Reply 

H. Barnes

H. Barnes

Subscribe to Pewdiepie

H. Barnes
H. Barnes, Unemployed, Barnes, Atlanta

Answered Aug 01, 2019

False
Java keywords are not written in lowercase as well as uppercase. JavaScript is known to be case sensitive. All the keywords are the small case in the original java version. Therefore, Java keywords must be written with a consistent capitalization of the letters. For example, the word apple must be typed as "an apple," not "Apple" or "APPLE."

Another example of this is the word "online," which is known to have many variables (online, Online, OnLine, and online). In JAVA, it should be written as "online."

Not only keywords are case sensitive in JAVA, variables, function names, and all other identifiers must be typed in lower cases.

upvote downvote
Reply 

cvbee

cvbee

cvbee
Cvbee

Answered Sep 04, 2018

False
upvote downvote
Reply 

Advertisement
Advertisement
Search for Google images Google Image Icon
Select a recommended image
Upload from your computer Loader
Image Preview
Search for Google images Google Image Icon
Select a recommended image
Upload from your computer Loader
Image Preview
Search for Google images Google Image Icon
Select a recommended image
Upload from your computer Loader

Email Sent
We have sent an email to your address "" with instructions to reset your password.