DEVFYI - Developer Resource - FYI

What are pass by reference and passby value?

Java Interview Questions and Answers (part 3)


(Continued from previous question...)

465. What are pass by reference and passby value?

Pass By Reference means the passing the address itself rather than passing the value. Passby Value means passing a copy of the value to be passed.

(Continued on next question...)

Other Interview Questions