Which of the following two functions will be invoked when the function call given is---- show(10,10);

  1. show(long a,byte b){ }

  2. show(byte b, long a){ }

  3. runtime exception

  4. none of the above


Correct Option: D

Find more quizzes: