Posts

Showing posts with the label We write a method once and use it many times

Zeek_31_MethodInJava.java

  /* -We write a method once and use it many times. We do not require to write code again and again. -The method is executed only when we call or invoke it. -And every program must have a method named main, -Main is the method first invoked when the program is run */