According to Java naming convention, which of the following names can be variables?

a. FindArea
b. findArea
c. totalLength
d. TOTAL_LENGTH
e. class


bc The first word in a variable is in lowercase. So B and C are correct.

Computer Science & Information Technology

You might also like to view...

Consider the examples below:

A. a string. B. 'a string'. C. "a string". D. "1234". E. integer. Which could be the value of a Java variable of type String? a. A and B. b. B and E. c. B and C. d. C and D.

Computer Science & Information Technology

Which of the following statements about abstract superclasses is true?

a. abstract superclasses may contain data. b. abstract superclasses may not contain implementations of methods. c. abstract superclasses must declare all methods as abstract. d. abstract superclasses must declare all data members not given values as abstract.

Computer Science & Information Technology

PHP is an acronym for ____.

A. Hypertext Preprocessor B. Processor Hypertext Pages C. Processing Hypertext Pages D. Protocol for Hypertext Pages

Computer Science & Information Technology

You can ________ information from Access to another file format such as Word, Excel or PDF

Fill in the blank(s) with correct word

Computer Science & Information Technology