0 of 9 questions completed
Questions:
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
0 of 9 questions answered correctly
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
In Java, what is a “JPanel”?
In Java, what is a “JFrame?”
What does “thread.sleep(10);” do?
If an object was placed at the coordinate x = 0, y = 0, where would it be inside the window?
In a Java window, when does the x coordinate “increase”?
In a Java window, when does the y coordinate “increase”?
Which of the following properly sets the color to red?
Which of the following will draw a circle in Java?
Which of the following will draw a square in Java?