Multiple choice technology programming languages

What is the output file format when you compile the jrxml file?

  1. JRPrint file

  2. Jasper file

  3. html file

  4. None of the above

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

Compiling a JRXML source file (.jrxml) in JasperReports produces a compiled Jasper file (.jasper), which contains the serialized report template. The JRPrint file is only generated after filling the report with data, making the distractors incorrect.