The method __________ sets the background color to yellow in JFrame frame.

a. setBackground(Color.YELLOW)
b. frame.setBackGround(Color.yellow)
c. frame.setBackground(Color.YELLOW)
d. setBackground(Color.yellow)