Why operator overloading is not in Java?


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

Post New Answer

More Core Java Interview Questions

public class BatchTest { public static void main(String[] args) { Runtime run = Runtime.getRuntime(); try { Process p = run.exec("cmd start /c D:/test.bat"); System.out.println(p.exitValue()); } catch (Exception e) { e.printStackTrace(); } System.out.println("FINISHED"); } }

0 Answers  


How do you compare characters in java?

1 Answers  


What is thread life cycle?

1 Answers  


What is light weight component?

3 Answers  


What is a line separator in java?

1 Answers  


What does \ mean in regex?

1 Answers  


what is the use of pojo (plain old java objects)? how it is interact with crystal reports? pls urgent

1 Answers  


What is string example?

1 Answers  


Differentiate between static and non-static methods in java.

0 Answers  


why java main method is given as static method?

2 Answers  


How do you create an array in java?

1 Answers  


Can we override constructor?

1 Answers  


Categories