exam questions

Exam 1z0-808 All Questions

View all questions & answers for the 1z0-808 exam

Exam 1z0-808 topic 1 question 40 discussion

Actual exam question from Oracle's 1z0-808
Question #: 40
Topic #: 1
[All 1z0-808 Questions]

Which three statements describe the object-oriented features of the Java language? (Choose three.)

  • A. Objects can be reused.
  • B. A subclass must override the methods from a superclass.
  • C. Objects can share behaviors with other objects.
  • D. A package must contain a main class.
  • E. Object is the root class of all other objects.
  • F. A main method must be declared in every class.
Show Suggested Answer Hide Answer
Suggested Answer: ACE 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
iSnover
Highly Voted 2 years, 7 months ago
The correct Answer is ACE: A - Correct, The objects CAN be reused B - Wrong, If your superclass not is abstract and an interface, you choose if you want override or not the methods C - Correct, Objects can share behaviors with other objects, this is polymorphism D - Wrong, you can create a empyt package E - Correct, Object is the root class of all other objects, this comes automatically even if you don't put "extends Object" after the class declaration F - Wrong, you can create a empyt class
upvoted 14 times
...
vic88
Most Recent 4 months, 3 weeks ago
Selected Answer: ACE
A C E is the right answer.
upvoted 1 times
...
Er_Ankit
1 year, 7 months ago
The correct Answer is ACE:
upvoted 2 times
...
dsms
1 year, 8 months ago
Selected Answer: ACE
A - The objects CAN be reused C - Objects can share behaviors with other objects E - Object is the root class of all other objects
upvoted 2 times
...
dsms
1 year, 8 months ago
Selected Answer: ACE
ACE is correct
upvoted 2 times
...
spongecodes
2 years, 1 month ago
Selected Answer: ACE
ACE is correct as parent class methods need not be overriden in the child class, if parent class is not abstract or an interface
upvoted 2 times
...
RAADEL3IMLAK
2 years, 3 months ago
correct answer : A B: a subclass must override the methods from a superclass. This is an object-oriented feature because it allows developers to create a hierarchy of classes, where a subclass can inherit properties and behaviors from a superclass, and then override or extend those behaviors as needed. This is known as inheritance and polymorphism, which are fundamental object-oriented concepts. C not good : D E. Object is the root class of all other objects. This is not an object-oriented feature, as Object is a class in the Java programming language that is the superclass of all other classes. It provides a common set of methods that can be called on any object, such as equals(), hashCode(), and toString(). F.
upvoted 1 times
...
akbiyik
2 years, 4 months ago
ACE should be correct
upvoted 1 times
...
anmoldev2java
2 years, 5 months ago
i think it should be CEF
upvoted 1 times
...
baledevit
2 years, 6 months ago
Selected Answer: ACE
The answer of ISnover fully clarifies
upvoted 3 times
...
Rdharma
2 years, 6 months ago
Selected Answer: ACE
ACE should be the correct answer
upvoted 3 times
...
Ashoke
2 years, 7 months ago
BDF are clearly wrong
upvoted 2 times
...
Ashoke
2 years, 7 months ago
ACE should be correct
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago