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 do you know about the garbate collector?
What is static block?
What data type is string java?
how many types of Inheritance?
How will you calculate the depth of a binary tree if the tree contains 15 nodes?
Where to store local variables?
What do you mean by chromounits in java8?
What is the difference between iterator and list iterator?
Can memory leak in java?
How to print nodes of a Binary tree?
How do I get 64 bit java?
What is difference between word and integer?
Difference between this() and super() in java ?
What's the difference between int and integer in java?
What is the use of a copy constructor?