Explain different ways of passing arguments to sub-routine?
Answer Posted / niranjanravi
an argument is passed to a sub-routine by 2 differen tways
1.pass by value
2.pass by reference
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is byte [] in java?
What is meant by final class?
Is string passed by reference in java?
What is an example of a keyword?
What is considered an anti pattern?
What is an enumeration?
Why can't we make a class private in java?
What is anagram of a string?
What are the access modifiers in java?
What is a dynamic array java?
Why call by value prevents parameter value change?
What does provide mean construction?
Explain about anonymous inner classes ?
What is the use of conditional statement?
Explain different types of wrapper classes in java?