Why there is no call by reference in java?


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

Post New Answer

More Core Java Interview Questions

What we have to do, when we don't want to implement all methods of an interface?

5 Answers  


What is string made of?

0 Answers  


What is difference in between java class and bean?

0 Answers  


What are singleton services?

0 Answers  


In what type of containers, Border layout is a default layout?

3 Answers  






What are the ways of polymorphism other than Overridding & Overloading

1 Answers  


What is get () in java?

0 Answers  


what is jms? features of jms

2 Answers   CTS,


What is the java idl system?

0 Answers  


I declared main() method as private. But it still running and displaying the output. Please Answer it . Code Snippet as Below: import java.io.*; class over { private static void main(String[] args) { int high = Integer.MAX_VALUE; int overflow = high + 1; int low = Integer.MIN_VALUE; int underflow = low - 1; System.out.println(high + "\n" +overflow +"\n"+ low +"\n"+underflow); //System.out.println(overflow); //System.out.println(low); //System.out.println(underflow); } }

4 Answers   Cap Gemini,


Why super is first line in java?

0 Answers  


What do you mean by platform independence? What is an interface?

0 Answers  


Categories