Why does java not support operator overloading?


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

Post New Answer

More Core Java Interview Questions

How can we find the actual size of an object on the heap?

0 Answers  


What is a null check?

0 Answers  


Why to use nested classes in java? (Or) what is the purpose of nested class in java?

0 Answers  


What is object

6 Answers  


What is the name of the java compiler?

0 Answers  






Do you need to import math in java?

0 Answers  


How can you read an integer value from the keyword when the application is runtime in java? example?

0 Answers   HCL,


What are the different ways of creating thread?

0 Answers  


Why are pointers not secure?

0 Answers  


why the constructor should be used in class,if there is no constructor what will happen?

4 Answers  


10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } } 10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } }

0 Answers  


What is the difference between serialization and deserialization?

3 Answers   ABC,


Categories