About com.enthuware.ets.scjp.v6.2.7 - Java keywords
Posted: Tue Oct 11, 2011 11:58 am
com.enthuware.ets.scjp.v6.2.7 Question 42
Which of these are keywords in Java? Select 4 options
default
NULL
String
throws
long
strictfp
I selected: default, throws, long, strictfp. But the answere says that String is a keyword and long is not.
I tried String String; and it compiled but long long; didn't
Which of these are keywords in Java? Select 4 options
default
NULL
String
throws
long
strictfp
I selected: default, throws, long, strictfp. But the answere says that String is a keyword and long is not.
I tried String String; and it compiled but long long; didn't