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 we override a variable in java?
How many types of the indexof method are there for strings?
Which is better singleton or static class?
What java ide should I use?
How many digits can a float hold?
What is fail fast in java?
Write a program in java to create a doubly linked list containing n nodes.
What is the difference between static class and normal class?
What are the parts of a method?
What is the function of compareto in java?
What is the difference between compile-time polymorphism and runtime polymorphism?
What are the states of thread in java?
How many arguments can a method have java?
What does || || mean in math?
What is thread start?