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.