exam questions

Exam 1z0-829 All Questions

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

Exam 1z0-829 topic 1 question 36 discussion

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

Given:

Which two method invocations execute? (Choose two.)

  • A. new MyC().m2();
  • B. IFace.m4();
  • C. IFace myClassObj = new MyC();
    myClassObj.m3();
  • D. IFace myClassObj = new MyC();
    myClassObj.m4();
  • E. IFace.m3();
  • F. IFace.m2();
Show Suggested Answer Hide Answer
Suggested Answer: AE 🗳️

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
supersquax
Highly Voted 11 months, 2 weeks ago
A and E correct!:)
upvoted 5 times
...
SrinivasJasti
Most Recent 2 weeks, 1 day ago
Selected Answer: AE
B. IFace.m4(); // private method not accesible C. IFace myClassObj = new MyC(); myClassObj.m3(); //non static access of static method not possible D. IFace myClassObj = new MyC(); myClassObj.m4(); // private access not possible IFace.m2(); // static access non static method not possible
upvoted 1 times
...
xplorerpj
6 months, 3 weeks ago
Selected Answer: AE
A&E are correct
upvoted 2 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