Which of the following are Java keywords?

a. instanceOf
b. instanceof
c. cast
d. casting


b. instanceof
A simple rule: the keywords are all in lowercase.

Computer Science & Information Technology

You might also like to view...

Which topology does SONET use?

A. star B. ring C. mesh D. bus

Computer Science & Information Technology

What indicates a page break?

A) A red line B) A dotted line C) A solid bold line D) A blue line

Computer Science & Information Technology

int x = 27;int y = 10;do    x = x / 3;while (x >= y);What is the final value of x in the code above?

A. 0 B. 3 C. 9 D. 27

Computer Science & Information Technology

A(n) _____ module is an external XQuery file that contains only the declarations for namespaces, variables, and user-defined functions.

A. ?storage B. ?library C. ?import D. ?declaration

Computer Science & Information Technology