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
Is math class static in java?
Why pointers are not used in java?
What is jee6?
What is the covariant return type?
What does yield method of the thread class do?
What is a newline character in java?
What is the primitive type byte?
What is a condition in java?
What are different types of encoding?
What is constructor chaining in java?
What if static is removed from main method?
What are user defined exceptions?
Can we create object of static class?
Can list have duplicates in java?
What are the three parts of a lambda expression?