Is passing by reference faster?


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

Post New Answer

More Core Java Interview Questions

What is the difference between DataInputStream and BufferedReader

2 Answers   Hexagon,


Is string a data type in java?

0 Answers  


suppose in a class there is a code like this: { Set hs=new Hashset(); hs.add(new Emp("kathy",1000)); hs.add(new Emp("kathy",2000)); } how can u avoid the above code in your class as set won't allow duplicate objects?

3 Answers  


What are the drawbacks of singleton class?

0 Answers  


Difference between Applet & Application?

6 Answers  


What is command line argument

0 Answers   TCS,


how to execute main()

4 Answers   Symphony, TCS,


What are init(), start() methods and whey they are called?

2 Answers  


How do I find and replace in word?

0 Answers  


Explain the term serialization?

10 Answers   Wipro,


What is the different between get and post?

0 Answers  


Mention some interfaces implemented by linked list in java.

0 Answers  


Categories