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

Is there any need to import java.lang package?

13 Answers   Sun Microsystems,


What is classpath?

0 Answers  


Which class is used by server applications to obtain a port and listen for client requests?

0 Answers  


What's the access scope of protected access specifier?

0 Answers  


What is double parsedouble in java?

0 Answers  






What do you understand by java virtual machine?

0 Answers  


What is an object's lock and which object's have locks in java programming?

0 Answers  


How to excute - Interface - Inner class- method can any one tell how to execute/ call this main method public interface abc { static int i=0; void dd(); class a1 { a1() { int j; System.out.println("inside"); }; public static void main(String a1[]) { System.out.println("in interfia"); } } }

1 Answers  


What are the methods available in a class?

0 Answers  


What is the purpose of nested class in java?

0 Answers  


What are some examples of variable costs?

0 Answers  


What is difference between pointer and reference?

0 Answers  


Categories