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
Differentiate between a constructor and a method? Can we mark constructors final?
Give us the name of the list layoutmanagers in java?
Why is logger singleton?
What is parameter example?
How java enabled high performance?
What will happen if non-synchronized method calls a static synchronized method and what kind of lock it acquires?
Difference between == and .equals() ?
Can we write any code after throw statement?
What are the advantages of exception handling?
How do you check if a character in a string is a digit or letter?
What is difference between static and final?
What is the difference between array list and vector in java?
Is null function in java?
What is instanceof keyword?
What is bom encoding?