Java is based on pass by reference or pass by value ..
Answer Posted / arun
Java is actually pass-by-value for all variables running
within a single
VM. Pass-by-value means pass-by-variable-value. And that
means, pass-by-copy-of-
the-variable!
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is internal iteration in java se 8?
What is static in java?
What is data type modifier?
What is the syntax and characteristics of a lambda expression? Explain
What happens when you invoke a thread’s interrupt method while it is sleeping or waiting?
How to change the priority of thread or how to set priority of thread?
What are the types of collections in java?
Why does java not support pointers?
Explain different states of a thread in java?
What are the advantages of unicode?
What is the declaration statement?
What is loop in java?
How do you access command-line arguments within the code?
What is function and its uses?
What are classloaders?