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 role of void keyword in declaring functions?
Difference between current previous versions of Java?
What is singleton class example?
What is the difference between integer parseint and integer valueof?
What is user defined exception in Java?
What is mean by collections in java?
What is singletonlist in java?
Implement a stack with push (), pop() and min() in O(1) time.
What are the topics in advance java?
When object is created and destroyed?
What is a priority queue java?
Say any two properties in beans?
What is the use of join method?
What does sizeof return?
What is the static method?