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
What does it mean to flush a file?
Explain enumeration in java?
What are latest features introduced with java 8?
Tell me the Importent classes in net package?
Write a program to reverse array in place?
What is the java idl system?
What is r * in math?
Explain the difference between the public, private, final, protected, and default modifiers?
what are the states associated in the thread? : Java thread
Which number is denoted by leading 0x or 0x in java?
What are serialization and deserialization?
What was java originally called?
Why java is call by value?
What does a boolean method return?
Can a method be overloaded based on different return type but same argument type?