In Java, it is standard practice to capitalize the first letter of:

a. Class names
b. Variable names
c. Key words
d. Literals

a. Class names

Computer Science & Information Technology

You might also like to view...

The Chart Styles group contains predefined styles that control the range of the data and the numbers in the chart

Indicate whether the statement is true or false

Computer Science & Information Technology

How many times will the following loop print hello?

i = 1; while ( i <= 10 ) cout << "hello"; a. 0. b. 9. c. 10. d. An infinite number of times.

Computer Science & Information Technology