180k views
1 vote
You specify the shape of an oval in a Java applet by defining the oval's:__________.

A) arc locations
B) center and radius
C) bounding box
D) foci
E) none of the above, it is not possible to draw an oval in a Java appletBackground image.

User Siavash
by
5.6k points

1 Answer

3 votes

Answer:

C. bounding box

Step-by-step explanation:

To draw an oval in a Java applet, the drawOval() method of the Graphics class is used. This method takes in four arguments which specify the bounding box for the oval. The sides of this bounding box act as boundaries for the oval to be drawn.

User VBMali
by
5.6k points