Computer Applications
State whether the following statement is True or False :
In Java, all primitive types are passed by value and all reference types are passed by reference.
User Defined Methods
6 Likes
Answer
True
Answered By
1 Like
Related Questions
State whether the following statement is True or False :
Methods defined as void must return a value.
State whether the following statement is True or False :
The static methods need an instance to be called.
State whether the following statement is True or False :
You can place the return statement in a void method without any expression.
State whether the following statement is True or False :
If a method returns a value, then it must be of the same data type as defined in the method prototype.