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
Explain the purpose of garbage collection in Java?
What's the purpose of using break in each case of switch statement?
What is a boolean structure?
Which number is denoted by leading zero in java?
What java is used for?
What are white spaces in java?
what is meant by Byte code concept in Java?
can rmi and corba based applications interact ?
What is the difference between a field variable and a local variable?
Are arrays primitive data types?
What is a byte array?
Is null or empty java?
What is the intersection and union methods?
What is the difference between object oriented programming language and object based programming language?
What is byte [] in java?