Java support what type of parameter passing ?
Answer Posted / johnjot
call by value only..when objects are passing as args, then
the reference is passed in by value..
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
Explain about main() method in java ?
List out benefits of object oriented programming language?
What are user defined exceptions?
What is integer valueof?
Is 0 true or false?
How to access arraylist elements in java?
how to deploy apache tomcat server to weblogic server in java
Can a class be declared as protected?
Explain about the select method with an example?
How do you clear a list in java?
Is java written in c?
What is close method? How it's different from Finalize & Dispose?
Why java is made?
What is synchronization and why is it important in java programming?
What is scope of a variable?