Why isn’t there operator overloading?


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

Post New Answer

More Core Java Interview Questions

What is unicode used for?

0 Answers  


Explain enumeration in java?

0 Answers  


What is overloading and overriding in java?

0 Answers  


public class Test { public static void main(String ar[]) { Integer a = 10; Integer b =10; Integer c = 145; Integer d = 145; System.out.println(a==b); System.out.println(c==d); } }

7 Answers   iGate,


Which method must be implemented by all threads?

0 Answers  






What is java and why do we need it? Explain

0 Answers  


Which way a developer should use for creating thread, i.e. Sub classing thread or implementing runnable.

0 Answers  


Name few java.lang classes introduced with java 8 ?

0 Answers  


What is the difference in between cpp and java? Can u explain in detail?

0 Answers  


What is a parameter in java?

0 Answers  


What is meant by method overriding?

0 Answers  


What are computer functions?

0 Answers  


Categories