Tuesday, May 06, 2008


Method Overloading in JAVA :


When two methods have same name , but have different types or numbers of arguments, the method is overloaded.