Apache POI - Online Quiz



Following quiz provides Multiple Choice Questions (MCQs) related to Apache POI. You will have to read all the given answers and click over the correct answer. If you are not sure about the answer then you can check the answer using Show Answer button. You can use Next Quiz button to check new set of questions in the quiz.

Questions and Answers

Answer : A

Explanation

XWPF (XML Word Processor Format) - It is used to read and write docx extension files of MS-Word.

Answer : D

Explanation

HPBF (Horrible PuBlisher Format) - It is used to read and write MS-Publisher files.

Answer : D

Explanation

XSSFCell is a class under the org.apache.poi.xssf.usermodel package. It implements the Cell interface. It is a high-level representation of cells in the rows of a spreadsheet.

Answer : D

Explanation

XSSFPrintSetup is a class under the org.apache.poi.xssf.usermodel package. It implements the PrintSetup interface. It is used to set print page size, area, options, and settings.

Q 5 - Which of the following type of cell represents text cell in Apache POI?

A - XSSFCell.CELL_TYPE_STRING

B - XSSFCell.CELL_STRING

C - XSSFCell.STRING

D - None of the above.

Answer : A

Explanation

XSSFCell.CELL_TYPE_STRING represents text cell in Apache POI.

Answer : A

Explanation

cell.setCellValue("MIN(C2:C3)") method is used to compute min in a formula cell.

apache_poi_questions_answers.htm
Advertisements