Multiple choice

Which of the following methods is not present in the Book class in Java?

  1. append(Printable painter, PageFormat page)

  2. getNumberOfPages()

  3. getPageFormat(int pageIndex)

  4. setPage(int pageIndex, Printable painter, PageFormat page)

  5. readPage(int PageIndex)

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

This is the correct choice because there is no method named readPage(int PageIndex) present in the book class.