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 the major advantage of external iteration over internal iteration?
In a container there are 5 components. I want to display all the component names, how will you do that?
What is the difference between final, finally and finalize()?
How to perform quicksort in java?
What do you mean by compiler?
what is aggregation in java?
How to convert string to char and vice versa?
What is collections framework?
What is reflexive association?
What is prime number in java?
When throw keyword is used?
Why are generics used?
What is thread start?
What is the benefit of singleton pattern?
Can private class be extended java?