Multiple Choice
Which of the following creates a blue circle centered at X = 50, Y = 50 with a radius of 50?
A) Circle blueCircle = new Circle(50, 50, 50) ;
BlueCircle.setFill(Color.BLUE) ;
B) Circle blueCircle = new Circle(50, 50) ;
BlueCircle.setStroke(Color.BLUE) ;
C) Circle blueCircle = new Circle(50, 50, 50, Color.BLUE) ;
D) Circle blueCircle = new blueCircle(50) ;
BlueCircle.setColor(BLUE) ;
Correct Answer:

Verified
Correct Answer:
Verified
Q6: Since the Node class's setEffect method only
Q7: Select all that apply. Which of the
Q8: Select all that apply. Which of the
Q9: Select all that apply. Which of the
Q10: Select all that apply. Which of the
Q12: To create a circle, you need to
Q13: The setInterpolator method allows you to specify
Q14: To animate a node with the ScaleTransition
Q15: Select all that apply. Which of the
Q16: Select all that apply. Which of the