How can we pass argument to a function by reference instead of pass by value?


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

Post New Answer

More Core Java Interview Questions

Where is stringbuffer stored?

0 Answers  


What is difference between public static and void?

0 Answers  


Explain the hierarchy of java exception classes?

0 Answers  


What is the base class of all classes?

0 Answers  


What is the difference between Stream Reader and Stream Writer?

4 Answers  


For which statements we use a label?

3 Answers   Wipro,


What is the difference between set and list?

5 Answers  


What are the Main functions of Java?

0 Answers   Akamai Technologies,


Given: 1. package test; 2. 3. class Target { 4. public String name = “hello”; 5. } What can directly access and change the value of the variable name? 1 any class 2 only the Target class 3 any class in the test package 4 any class that extends Target

7 Answers   Infosys, WW,


What is a constructor overloading in java?

0 Answers  


Why volatile is used in java?

0 Answers  


What is OOP Language?

0 Answers   Atos Origin,


Categories