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 : C

Explanation

HPSF (Horrible Property Set Format) - It is used to extract property sets of the MS-Office files.

Answer : D

Explanation

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

Answer : D

Explanation

XSSFFont is a class under the org.apache.poi.xssf.usermodel package. It implements the Font interface and therefore it can handle different fonts in a workbook.

Q 4 - Which of the following type of cell represents error cell in Apache POI?

A - XSSFCell.CELL_TYPE_ERROR

B - XSSFCell.CELL_ERROR

C - XSSFCell.ERROR

D - None of the above.

Answer : A

Explanation

XSSFCell.CELL_TYPE_ERROR represents error cell in Apache POI.

Q 5 - Which of the following class is used to rotate a cell content in Apache POI?

A - XSSFStyle

B - XSSFCellStyle

C - Style

D - None of the above.

Answer : B

Explanation

XSSFCellStyle.setRotation() method is used to rotate a cell content 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