Filled rectangles and filled circles are drawn using Graphics method ________ and ________.

a. drawRect(), drawCircle()
b. fillRect(), fillCircle()
c. drawSquare(), drawOval()
d. fillSquare(), fillOval()