InterviewSolution
Saved Bookmarks
| 1. |
Java is Pass by Value or Pass by Reference? Explain |
|
Answer» JAVA is pass by value because variables are references and their value is passed to the methods. This question was asked in a LOT of latest core java interview QUESTIONS. |
|