Oracle Java SE 21 Developer Professional 1z0-830 Question # 24 Topic 3 Discussion

Oracle Java SE 21 Developer Professional 1z0-830 Question # 24 Topic 3 Discussion

1z0-830 Exam Topic 3 Question 24 Discussion:
Question #: 24
Topic #: 3

Which methods compile?


A.

```java public List getListSuper() { return new ArrayList(); }

csharp


B.

```java

public List getListExtends() {

return new ArrayList();

}


C.

```java public List getListExtends() { return new ArrayList(); }

csharp


D.

```java

public List getListSuper() {

return new ArrayList();

}


Get Premium 1z0-830 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.