Java support what type of parameter passing ?
Answer Posted / devarathnam c,kotagudibanda(po
Hi... By default java supports "pass by value" in case of
primitive datatypes.
In case of objects it supports "pass by references"
Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
How can I right-justify a string?
If two threads have same priority which thread will be executed first ?
What are class members by default?
How do you generate random numbers in java?
What is an accessor?
What are methods and how are they defined?
What is sleep method?
What does || mean in code?
What is the java reflection api? Why it’s so important to have?
Is it possible to use Semaphore/ Mutex in an Interrupt Handler?
Write a program based on Java script program.
What are the advantages of inner classes?
When do I need to use reflection feature in java?
What is java util list?
What is quick sort in java?