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
Why is the singleton pattern considered to be an anti pattern?
If two threads have same priority which thread will be executed first ?
What is time complexity algorithm?
Can a string be null?
Can long be null in java?
Explain the difference between call by refrence and call by value?
What are thread groups?
how to convert Java project into Maven ?
How do you do math powers in java?
Is there any sort function in java?
Explain the meaning of java applet.
Explain about interrupt() method of thread class ?
What is data type example?
What is the abstraction?
What is the difference between comparison done by equals method and == operator?