Kulwant Kaur
Kulwant Kaur
8 years ago

Which method can be used to draw a circle in the applet?

A. drawCircle()

B. drawOval()

C. drawArc()

D. both B and C

Answer: Option B

Solution(By Examveda Team)

drawOval( int X, int Y, int width, int height )

drawOval() is method use to draw a circle in java. In case of circle both height and width are same.


This Question Belongs to User Ask Question >> Miscellaneous

Join The Discussion

Related User Ask Questions