Explain pass by reference and pass by value?
Answer Posted / vikas
Pass-by-value means, Passing a copy of the value.
Pass-by-reference means, instead of passing the actual
value, the address(of the value) is passed.
| Is This Answer Correct ? | 19 Yes | 2 No |
Post New Answer View All Answers
what is a thread pool in java and why is it used?
What is structure of java heap? What is perm gen space in heap?
What is a module function?
Explain the difference between throw and throws in java?
What is sorting in java?
How to obtain a performance profile of java program
What is general methodology?
Can an interface implement another interface?
How does list work in java?
Differentiate between array list and vector in java.
Which way a developer should use for creating thread, i.e. Sub classing thread or implementing runnable.
What is namespace in java?
What is variable argument in java?
How will you invoke any external process in java?
What are the four pillars of java?