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 are the types of literals?
What is the maximum size of list in java?
Can we override singleton class?
What are 5 boolean operators?
What is the difference between yielding and sleeping in java programming?
What is binary search in java?
What is the benefit of using enum to declare a constant?
Can a abstract class be declared final?
What does the three dot emoji mean?
What modifiers may be used with a top-level class?
Define immutable object?
What are the parts of a method?
What is final?
Lowest Common ancestor in a Binary Search Tree and Binary Tree.
What is a type parameter in java?