| Author |
More then the specified answer?
|
Nabila Mohammad
Ranch Hand
Joined: Nov 05, 2007
Posts: 661
|
|
I came across few questions in Whizlab where I thought there were more then the the specified answer.(I obviously may be wrong) In that case wht is one supposed to do. For eg. Which of these are keywords in Java? Select 3 A.default B.NULL C.String D.throws E.long I belived the answer is default,String,throws,long But here it is specified to select 3.
|
The future belongs to those who believe in the beauty of their dreams.Dream BIG!
|
 |
Henry Wong
author
Sheriff
Joined: Sep 28, 2004
Posts: 16695
|
|
Here is the list of Java keywords: http://java.sun.com/docs/books/tutorial/java/nutsandbolts/_keywords.html String is a name for a class, in the java.lang package. Henry
|
Books: Java Threads, 3rd Edition, Jini in a Nutshell, and Java Gems (contributor)
|
 |
vidhya suvarna
Ranch Hand
Joined: Aug 28, 2008
Posts: 148
|
|
|
String is not a keyword, its a class.
|
SCJP 1.4 - 88%<br />SCWCD 1.5 - Preparing
|
 |
Sunny Jain
Ranch Hand
Joined: Jul 23, 2007
Posts: 433
|
|
|
String is not a keyword. There are very rare chance of getting these type of question on SCJP exam. I did not get any. So you don't need to worry.
|
Thanks and Regards,
SCJP 1.5 (90%), SCWCD 1.5 (85%), The Jovial Java, java.util.concurrent tutorial
|
 |
Nabila Mohammad
Ranch Hand
Joined: Nov 05, 2007
Posts: 661
|
|
|
Thanks guys!
|
 |
 |
|
|
subject: More then the specified answer?
|
|
|