Technical Interview

Home
Technical Interview
Interview Process
Introduction Questions
Quantitative Problems
Google & Microsoft
Algorithms
C/C++ Questions
Java Questions
Data Structures
Fundamental Questions
Puzzles
Resume Tips
Added Recently
Links
Contact Us
Submit Question/Answer

Java Interview Questions and Answers

 

What are pass by reference and pass by value?

Pass by reference means passing the address itself rather than passing the value. On the other hand, pass by value means passing a copy of the value to be passed.