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
What is encapsulation in java?
Have you ever used hashtable and dictionary?
What are thread groups?
Is string a data type in java?
What are different types of references?
Can arraylist hold different types java?
What is java virtual machine and how it is considered in context of java’s platform independent feature?
What is the difference between sleep and wait in java?
Can we override constructor in java?
What is object-oriented paradigm?
Explain different forms of polymorphism?
What do you mean by global variable?
What is map java?
What about instanceof operator in java?
What are different types of multitasking?