Difference between overriding and overloading in java?


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

Post New Answer

More Core Java Interview Questions

Name some classes present in java.util.regex package.

0 Answers  


Why do we need strings in java?

0 Answers  


What is an interoperable application in java ?

0 Answers   HCL,


Explain different ways of creating a thread. Which one would you prefer and why?

0 Answers  


Why do we need main method to execute a java program?

1 Answers   Virtusa,


What is double data type?

0 Answers  


Explain cookies?

2 Answers   Canon,


how its run?

0 Answers  


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  


Is arraylist dynamic in java?

0 Answers  


What is the range of the short type?

0 Answers  


Where import statement is used in a java program?

0 Answers  


Categories