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
What does a method signature consist of?
What restrictions are placed on method overriding?
What is string length in java?
What is methods and methodology?
How many decimal digits is 64 bit?
What is a function easy definition?
What java is used for?
Explain abstract class in java?
What is object english?
what is the difference between Object Based Language and Object Oriented Language?
What is ascii format?
What are the major drawbacks of external iteration?
What is fail fast in java?
What is data type in java?
What are thread local variables?