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
Define locale.
What is static in java?
Can you give names of Container classes?
What's the default access specifier for variables and methods of a class?
What is difference between path and classpath variables?
What is the purpose of the main method?
What are packages in java?
How do you override a variable in java?
Why do we need data serialization?
What is the symbol for average?
What is identifier give example?
What is a java object and java application?
What will be the output of round(3.7) and ceil(3.7)?
What are "methods" and "fields"?
How to perform binary search in java?