public class MyClass { public static void displayMe(String a, Integer b, String c) { System.debug(b); System.debug(a); } } // To call the method: MyClass.displayMe('arjun', 3, 'test');
Standard input is empty
Object: UndefinedObject error: did not understand #MyClass MessageNotUnderstood(Exception)>>signal (ExcHandling.st:254) UndefinedObject class(Object)>>doesNotUnderstand: #MyClass (SysExcept.st:1448) UndefinedObject>>executeStatements (prog:1)
./prog:2: parse error, expected '}'