Oracle Java SE 8 Programmer I 1z0-808 Question # 48 Topic 5 Discussion

Oracle Java SE 8 Programmer I 1z0-808 Question # 48 Topic 5 Discussion

1z0-808 Exam Topic 5 Question 48 Discussion:
Question #: 48
Topic #: 5

You are asked to create a method that accepts an array of integers and returns the highest value from that array.

Given the code fragment:

1z0-808 Question 48

Which method signature do you use at line n1?


A.

public int findMax (int[] numbers)


B.

static int[] findMax (int[] max)


C.

static int findMax (int[] numbers)


D.

final int findMax (int[] )


Get Premium 1z0-808 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.