is java support call by reference and call by value, if
supports please explain?
Answer Posted / ravikiran
java supports call by value because there is no concept of
pointers.
Is This Answer Correct ? | 18 Yes | 10 No |
Post New Answer View All Answers
Explain wait() method of object class ?
What is the implementation of destroy method in java. Is it native or java code?
Can we call thread start () twice?
What is a buffer in computer?
What are the restrictions imposed on method overriding?
Why synchronization is important?
Why bytecode is called bytecode?
Explain about features of local inner class?
What is core java called?
Are primitives objects?
What is the purpose of return statement?
What are the differences between the constructors and methods?
Where pragma is used?
Why is stringbuffer called mutable?
Wha is the output from system.out.println(“hello”+null); ?