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
How does a cookie work in Servlets?
Define how objects are stored in java?
What is public static void main?
How do I know if java is installed?
Is a case study a method or methodology?
What is time complexity java?
Can you explain the private protected field modifier?
Write a java program to count the number of words present in a string?
Is java se free?
how to one war file class to another war file class?
What is run time allocation?
Explain 5 features introduced in jdk 1.7?
What is the difference between a constructor and a method?
What is skeleton and stub?
Can we have this () and super () together?