Computer Applications
In Java, methods reside in …………… .
User Defined Methods
41 Likes
Answer
In Java, methods reside in classes.
Answered By
25 Likes
Related Questions
The number and type of arguments of a function are known as …………… .
The first line of function definition that tells about the type of return value along with number and type of arguments is called …………… .
Function not returning any value has return type as :
- int
- char
- float
- void
A function can return …………… values.
- 1
- 2
- 3
- all the above