Java support what type of parameter passing ?
Answer Posted / srikanth
Java supports always call-by-value.
| Is This Answer Correct ? | 21 Yes | 1 No |
Post New Answer View All Answers
How do singleton patterns work?
How do you implement polymorphism in our day to day life?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? : Java thread
What is the difference between abstract class and interface1? What is an interface?
Is java owned by oracle?
Differentiate between a class and an object.
how come we know the object is no more used in the class?
What are format specifiers in java?
Program to Find the second largest element in an array.
How does java pattern compile work?
What is a void method java?
What is a heavyweight component?
What is the use of set in java?
Explain when noclassdeffounderror will be raised ?
In java, how we can disallow serialization of variables?