Page 253 - Area III Parameter C
P. 253
TTTC-CF-03
_______ 19-20. Should start with lowercase letter and be a verb.
a. class name c. method name
b. variable name d. package name
_______21-22. Should start with uppercase letter and be a noun.
a. class name c. method name
b. variable name d. package name
_______23-24. Should start with uppercase letter and be an adjective.
a. class name c. method name
b. interface name d. package name
_______25-26. Should start with lowercase e.g. firstName, orderNumber.
a. class name c. method name
b. variable name d. package name
_______27-28. Primitive data types are predefined by the language and named by a keyword.
a. true b. false
_______29-30. It represents one bit of information and have only two possible values.
a. boolean c. char
b. int d. float
II. Enumeration:
31-35. Features of Java Programming
_______________________________
_______________________________
_______________________________
_______________________________
_______________________________
36-45. Java Language keywords
_______________________________
_______________________________
_______________________________
_______________________________
_______________________________
_______________________________
_______________________________
_______________________________
_______________________________
_______________________________
46-50. Primitive data types
_______________________________
_______________________________
_______________________________
_______________________________
_______________________________
V01-2018-10-01