How many ways can an argument be passed to a subroutine?
Answer Posted / vijayakumar chinnasamy
In java the arguments are passed by pass by value . Using
this pass by value way u can pass both primitive and object
type values.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What are the two types of streams offered by java 8?
What is the r character?
Explain about serializable interface in java?
What is difference overloading and overriding?
Why does java not support pointers?
Does string isempty check for null?
What are the different http methods?
Explain methods specific to list interface?
What is map in java?
What is meant by class?
What is the difference between choice and list?
Compare java and python.
What modifiers are allowed for methods in an interface?
Is math an abstract class in java?
Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).