is java support call by reference and call by value, if
supports please explain?
Answer Posted / ravikiran
java supports call by value because there is no concept of
pointers.
Is This Answer Correct ? | 18 Yes | 10 No |
Post New Answer View All Answers
What is a null check?
How do you use compareto in java?
What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?
Can we pass a primitive type by reference in java? How
What is the difference between synchronized and synchronized block?
How do you do math powers in java?
Why java is called not pure object oriented language?
Is 0 a real number?
What is a priority queue java?
What is ascii format?
How to perform linear search in java?
What are local variables?
What is the final method?
Why is method overloading not possible by changing the return type in java?
What are 4 pillers of object orinted programming?