Java is based on pass by reference or pass by value ..
Answer Posted / sanket mehta
Java does not support call by reference because in call by reference we need to pass the address and address are stored in pointers n java does not support pointers and it is because pointers breaks the security. Java is always pass-by-value. Pass by reference in java means the passing the address itself
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is a string literal?
How would you use Bubble Sort to sort the number of elements?
What is a vector in java?
placement papaers of spring computing technology
what is the difference between preemptive scheduling and time slicing? : Java thread
Why do we use string?
Can java hashmap have duplicate keys?
How do you write a scanner class in java?
Can we have return statement in finally clause? What will happen?
Explain the difference between static and dynamic binding in java?
Is a class an object?
What is assembly used for?
Can a constructor call the constructor of parent class?
Which is faster call by value or call by reference?
What is xslt in java?