Explain different ways of passing arguments to sub-routine?
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 |
How to check if a list is sorted in java?
What is class forname used for?
What is light weight component?
Where and how can you use a private constructor?
How to connect to a remote database using Applet?
Same common question what is Map,Set,HashMap,List????
What are the advantages of user defined functions?
Why is boolean important?
How to perform bubble sort in java?
What is difference between c++ and java ?
What is multithreading in java?
why are there separate wait and sleep methods? : Java thread