is java support call by reference and call by value, if
supports please explain?
Answer Posted / deepa
java Supports Call by value as any C/C++ languages do.
It spports Call By Reference through objects,Since Java
Does not support Pointers.
Is This Answer Correct ? | 29 Yes | 9 No |
Post New Answer View All Answers
What is a generic data type?
What is singleton math?
How to check if linked list contains loop in java?
What is the use of keywords in java?
What are the wrapped, classes?
List out benefits of object oriented programming language?
Why is a string immutable?
Where import statement is used in a java program?
Is 0 an irrational number?
What is the use of toarray () in java?
What are the data types supported by java?
Why 1 is not a prime number?
What is an object in java and how is it created?
Can a private method of a superclass be declared within a subclass?
What are the main uses of this keyword?