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 does || || mean in math?
What is gc()?
What are the different types of collections in java?
What is the declaration statement?
In the below example, what will be the output?
Can we initialize the final blank variable?
What about anonymous inner classes in java?
Which class should you use to obtain design information about an object in java programming?
why java uses class level type casting ?
What does bitwise or mean?
What is preparedstatement in java?
What about member inner classes?
What is broken and continue statement?
What is an interoperable application in java ?
Why do we create public static method in java?