Courseiva
Question 196 of 481
What is JavaeasyMultiple SelectObjective-mapped

1Z0-811 What is Java Practice Question

Which TWO statements are true about the Java programming language?

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

It is a strongly-typed language.

Options C and E are correct. Java is a strongly-typed language (C) that provides automatic memory management through garbage collection (E). Option A is wrong because Java is object-oriented, not purely procedural. Option B is wrong because Java does not support direct pointer manipulation; it uses references. Option D is wrong because Java does not allow multiple inheritance of classes; it uses interfaces to achieve a form of multiple inheritance.

Answer analysis

Option-by-option breakdown

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

  • It is a purely procedural language.

    Why it's wrong here

    Java is primarily object-oriented.

  • It supports direct pointer manipulation for memory access.

    Why it's wrong here

    Java does not have pointers; it uses references.

  • It is a strongly-typed language.

    Why this is correct

    All variables must have a declared type.

  • It allows multiple inheritance of classes.

    Why it's wrong here

    Java only allows single inheritance of classes; multiple inheritance is via interfaces.

  • It provides automatic memory management through garbage collection.

    Why this is correct

    GC automatically reclaims memory from unreferenced objects.

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 23, 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-811 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-811 exam.