Workday Interview Question

How to call a method in a Java class.

Interview Answer

Anonymous

Feb 8, 2016

Class.method(parameters)

2