Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 268 Bytes

File metadata and controls

2 lines (2 loc) · 268 Bytes
  • Is Java a Pass By Value or Pass by Reference?
    A) Java is always a Pass by Value. Any value which is modified in the called function will not be reflected in the calling function. For Example, Click Here.