What will be the syntax for the Perform node created by the developer

  1. public void perform() { }

  2. public boolean perform() { }

  3. static public boolean perform() { }

  4. public void perform() throws Exception { }

  5. public boolean perform() throws Exception { }


Correct Option: D

Find more quizzes: