Programming Languages Java Objective
Mar 01, 2013

Which is the valid declarations within an interface definition?

Choose the correct answer:
A) public double methoda();
B) public final double methoda();
C) static void methoda(double d1);
D) protected void methoda(double d1);
Detailed Explanation

Option A is the right answer.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback