Workday interview question

How to call a method in a Java class.

Interview Answer

Anonymous

8 Feb 2016

Class.method(parameters)

2