Java support what type of parameter passing ?
Answer Posted / devarathnam c,kotagudibanda(po
Hi... By default java supports "pass by value" in case of
primitive datatypes.
In case of objects it supports "pass by references"
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
Is java call by value?
Explain what are final variable in java?
What is stack explain?
Where will it be used?
What is a java developer salary?
Define the term string pool?
What is the purpose of assert keyword used in jdk1.4.x?
Is empty string in java?
What is the new line character?
Is special character in java?
What is maximum size of arraylist in java?
Difference between process and thread?
Can a static method be final?
Differentiate between nested and inner class in java.
What is indexof in java?