exam questions

Exam 1z0-809 All Questions

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

Exam 1z0-809 topic 1 question 5 discussion

Actual exam question from Oracle's 1z0-809
Question #: 6
Topic #: 2
[All 1z0-809 Questions]

Given:
public class Foo<K, V> {
private K key;
private V value;
public Foo (K key, V value) (this.key = key; this value = value;) public static <T> Foo<T, T> twice (T value) (return new Foo<T, T> (value, value); ) public K getKey () (return key;) public V getValue () (return value;)
}
Which option fails?
Foo<String, Integer> mark = new Foo<String, Integer> ("Steve", 100););
A.
B. Foo<String, String> pair = Foo.<String>twice ("Hello World!");
Foo<?, ?> percentage = new Foo <> (97, 32););
C.
D. Foo<String, String> grade = new Foo <> ("John", "A");

Show Suggested Answer Hide Answer
Suggested Answer: C

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
adnano1234
Highly Voted 6 months, 3 weeks ago
All codes success!
upvoted 8 times
...
Innovation
Most Recent 6 months, 3 weeks ago
none of these failed
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