is java support call by reference and call by value, if
supports please explain?
Answer Posted / deepa
java Supports Call by value as any C/C++ languages do.
It spports Call By Reference through objects,Since Java
Does not support Pointers.
| Is This Answer Correct ? | 29 Yes | 9 No |
Post New Answer View All Answers
What is difference between printf and scanf?
Explain an intermediate language?
What is byte code and why is it important to java’s use for internet programming?
What is class forname used for?
what are abstract functions?
In case of inheritance what is the execution order of constructor and destructor?
Can we define package statement after import statement in java?
What is Java Annotations?
What is the purpose of checked and unchecked exceptions in JAVA?
Explain the concept of hashtables?
Is java owned by oracle?
how to create multithreaded program? Explain different ways of using thread? : Java thread
When a thread is executing a synchronized method , then is it possible for the same thread to access other synchronized methods of an object ?
How are variables stored in memory?
How many java versions are there?