| Author |
Enthuware - misleading question, answer has to be typed directly into text field (instead of d&d)
|
Ulrich Vormbrock
Ranch Hand
Joined: Apr 15, 2010
Posts: 73
|
|
Hi,
today I did the 4th test unit of Enthuware and I came accross the following problem:
Write the declaration of Polygon class based on the following description.
A Polygon is a Shape which is used by many packages of an application. It contains a list of points, a Color and a boolean flag for the fill value.
(Use only one space between the words. Do not use semicolon or braces)
Ok, I typed the following declaration, assuming that class members (as described in the text: List, Color, boolean) are required, too:
public class Polygon extends Shape List points Color color boolean fill
The correct answer is, instead:
public class Polygon extends Shape
The machine ignored my correct part - in addition, I find that the text above is misleading, because they talk about the class members, as well.
Okay, it seems that the only class declaration is required, so no members have to come into play, is that correct?
What about the real exam?
Does such kind of questions (= typing the text directy into text fields) appear in the real exam, as well?
|
SCJP 6 (88%), SCWCD (89%)
|
 |
Rajeev Rnair
Ranch Hand
Joined: Mar 22, 2010
Posts: 308
|
|
Ulrich Vormbrock wrote:Hi,
today I did the 4th test unit of Enthuware and I came accross the following problem:
Write the declaration of Polygon class based on the following description.
A Polygon is a Shape which is used by many packages of an application. It contains a list of points, a Color and a boolean flag for the fill value.
(Use only one space between the words. Do not use semicolon or braces)
Ok, I typed the following declaration, assuming that class members (as described in the text: List, Color, boolean) are required, too:
public class Polygon extends Shape List points Color color boolean fill
The correct answer is, instead:
public class Polygon extends Shape
The machine ignored my correct part - in addition, I find that the text above is misleading, because they talk about the class members, as well.
Okay, it seems that the only class declaration is required, so no members have to come into play, is that correct?
What about the real exam?
Does such kind of questions (= typing the text directy into text fields) appear in the real exam, as well?
Hi Ulrich, I answered the same question exactly like you!! Dont worry too much about it, questions in real exam will be more specific!
|
SCJP6, SCWCD5, OCP-JBCD5, OCE-JWSD6 OCE-JPAD6 , OCM-JEA5 1,OCM-JEA5 2,3 - Brainbench certifications: J2EE, Java2, Java2-NonGUI, JSP, SQL2000 Admin, SQL2000 Programming , Brainbench certified Java Programmer, Computer Programmer, Web Developer, Database Administrator
|
 |
 |
|
|
subject: Enthuware - misleading question, answer has to be typed directly into text field (instead of d&d)
|
|
|