Courseiva
Question 430 of 513
Java Platform Overview and PackaginghardMultiple SelectObjective-mapped

1Z0-829 Java Platform Overview and Packaging Practice Question

Which THREE are valid ways to package a Java 17 application for distribution? (Choose three.)

⚠ Common exam trap

Many exam-takers confuse a 'distribution package' with a 'build artifact' or 'source code delivery', leading them to select options like a ZIP of classes or a shell script, which are not valid packaging formats for end-user distribution.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

JMOD file

A is correct because a JMOD file is a native packaging format introduced in Java 9 (JEP 261) specifically for distributing Java modules. It can include compiled classes, native code, configuration files, and even other JMOD files, making it a valid distribution format for Java 17 applications, especially when using the Java Module System.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • JMOD file

    Why this is correct

    JMOD is a packaging format for modules.

  • ZIP file containing compiled classes

    Why it's wrong here

    ZIP is not a standard Java packaging format.

  • Native installer (e.g., MSI, DMG)

    Why this is correct

    jpackage can create native installers.

  • Shell script that compiles and runs the application

    Why it's wrong here

    That is not a packaging format.

  • JAR file with a manifest

    Why this is correct

    Standard JAR packaging is valid.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Last reviewed: Jun 11, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This 1Z0-829 practice question is part of Courseiva's free Oracle certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the 1Z0-829 exam.