Java Classes Question:

Download Job Interview Questions and Answers PDF

J2SE 5 has added a new feature that simplifies the creation of methods that need to take a variable number of arguments. This feature is called _______
A) varargs

Java Classes Interview Question
Java Classes Interview Question

Answer:

Explanation: varargs - It is short for variable-length arguments.

Download Java Classes Interview Questions And Answers PDF

Previous QuestionNext Question
How to create console or how i can take result with the help of console?finalize( ) is only called just prior to _________

A) Initialisation
B) Runtime
C) Garbage Collection
D) None of the above