What is the main advantage of passing argument by reference?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

Explain java code for recursive solution's base case?

0 Answers  


What is difference between calling start() and run() method of thread?

0 Answers  


Explain method local inner classes ?

0 Answers  


What is the final class modifier?

0 Answers  


Why Java is called as purely platform independent..? Explain briefly..dont Give regular answers Explain with your own example..?

8 Answers   Nokia,






How do you use compareto method?

0 Answers  


What is deadlock and how to avoid this?

2 Answers  


Map map = new HashMap(2); map.add(“1”,”one”); map.add(“2”,”two”); map.add(“3”,”three”); What will happen at this line?

5 Answers   Rolta,


why HashTable not allow null key and value

2 Answers   Crimson Logic,


What is package private scope in java?

0 Answers  


What are some alternatives to inheritance?

0 Answers  


what is object slice?

2 Answers   HTC, TCS,


Categories