Examlex

Solved

A Java Class Can Have Which of the Following Methods

question 25

Multiple Choice

A Java class can have which of the following methods?
a) void foo(int a)
b) void foo(int a,int b)
c) void foo(double a)
d) void foo(double a,double b)
e) void foo(int b)


Definitions:

Related Questions