Multiple Choice
What is the function of the dot operator?
A) It serves to separate the integer portion from the fractional portion of a floating point number
B) It allows one to access the data within an object when given a reference to the object
C) It allows one to invoke a method within an object when given a reference to the object
D) It is used to terminate commands (much as a period terminates a sentence in English)
E) Both B and C are correct
Correct Answer:

Verified
Correct Answer:
Verified
Q9: In Java, "instantiation" means<br>A) noticing the first
Q10: Only difficult programming problems require a pseudocode
Q11: Consider the following enumeration enum Speed {
Q13: What will be displayed by this command:
Q16: In Java a variable may contain<br>A) a
Q17: When comparing any primitive type of variable,
Q18: These two ways of setting up a
Q19: A JPanel can be added to a
Q33: You may apply the prefix and postfix
Q36: Consider the condition (x == y). How