What is the peculiarity of infinite recursion?
No return type
No parameters
Endless
No invocation
Which of the following is not a feature of method overloading?
Implements polymorphism
Reduces number of comparisons
Makes program execution faster
Implements inheritance
How are the executable instructions specified in Java
Statements
Methods
Class
Objects
Which are the ways through which a function can be invoked?
Method call & object call
Call by value & call by objects
Pass by value & pass by reference
Pass by type & pass by value
Which of the following is not a function type?
Computational
Manipulative
Procedural
Overloading function
Which of the following keyword causes an immediate exit from a method and goes to the calling method?
goto
break
if
return