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
Can interface be private in java?
What is update method called?
Why do we use bufferedreader?
What is independent and dependent variables in research?
Can anonymous class have constructor?
What is finalize method?
Explain java coding standards for classes or java coding conventions for classes?
What is the default value of an object reference declared as an instance variable?
What is parameter example?
What are the different conditional statements?
What is the purpose of extern variable?
What is a bubble sort in java?
What is identifier in java?
What is dynamic array in java?
Are global variables initialized to zero?