Correct way of method declaration within interface :

  1. void run();

  2. protected void go();

  3. static void get();

  4. public abstract set();

  5. none of these


Correct Option: A

Find more quizzes: