Java support what type of parameter passing ?
Answer Posted / eesha
Please refer to:
http://java.sun.com/docs/books/tutorial/java/javaOO/arguments.html
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the difference between the final method and abstract method?
what is singleton class in java?
What is nextint java?
A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.
What is difference between null and void?
What are the restrictions imposed by a Security Manager on Applets?.
What is the difference between multiple processes and multiple threads?
What is the difference between abstract class and interface1? What is an interface?
What are autoboxing and unboxing? When does it occur?
Write a program to print fibonacci series
how is final different from finally and finalize in java?
What is a boolean in java?
What is illegal identifier in java?
Is main an identifier?
Is null a value?