Can choice a and b also cause the component redrawn, although choice c is more elegant and useful? 56. Which of the following describe the sequence of method calls that result in a component being redrawn? a) invoke paint() directly b) invoke update which calls paint() c) invoke repaint() which invokes update(), which in turn invokes paint() d) invoke repaint() which invokes paint directly Answer of the test : c