Java is based on pass by reference or pass by value ..
Answer Posted / guest
by reference.
| Is This Answer Correct ? | 3 Yes | 13 No |
Post New Answer View All Answers
What is instance means in java?
When to use runnable interface vs thread class in java?
When do I need to use reflection feature in java?
When can we say that threads are not lightweight process in java?
What is exception in java?
What is final keyword?
Difference between a class and an object?
What are sets in java?
What is meant by data hiding/encapsulation?
How many JVMs can run on a single machine and what is the meaning of Just-In-Time (JIT) compiler?
What are the different access modifiers available in java?
What is the difference between Array and Hash Table?
Can you extend singleton class?
What is "this" keyword in java? Explain
Write a program in java to calculate the difference between the sum of the odd level and even level nodes of a binary tree.