Thursday, March 12, 2009

What is passed by ref and what by value ? (CoreJava)

Question :What is passed by ref and what by value ? (CoreJava)
Answer :All Java method arguments are passed by value. However, Java does
manipulate objects by reference, and all object variables themselves are
references

No comments: