Java Classes Question:

Download Job Interview Questions and Answers PDF

Recursion is the process of defining something in terms of itself.
A) True
B) False

Java Classes Interview Question
Java Classes Interview Question

Answer:

Ans : true.

Recursion is the process which calls itself.

Download Java Classes Interview Questions And Answers PDF

Previous QuestionNext Question
finalize( ) is only called just prior to _________

A) Initialisation
B) Runtime
C) Garbage Collection
D) None of the above
Method overloading is one of the ways that Java supports ____________

A) Encapsulation
B) Class
C) Inheritance
D) Polymorphism