Home > JAVA, Java SE Codes > INVOICE – Java Program

INVOICE – Java Program

Categories: JAVA, Java SE Codes Tags: , ,
  1. another student who thinks your posts are very very useful
    October 31, 2011 at 6:14 am

    Can you explain the different code parts in this one? I’m not sure what the first section ‘String, return, void etc’ means.

    • October 31, 2011 at 2:19 pm

      Java is Strongly Typed language so we need to mention the data types for every value we store or pass by functions, and one more thing that they should be compatible with the run-time values otherwise there will be a run-time error or exception and program will close abruptly.

      ‘String’ and ‘void’ are data types which are used to store values.
      U can use them as variable data types or function return value type.
      ‘return’ is a keyword in java as it is in other programming languages. It takes control to the caller routine or function.

  2. July 26, 2013 at 7:02 pm

    Some genuinely fantastic information, Sword lily I detected this.
    “Prayer indeed is good, but while calling on the gods a man should himself lend a hand.”
    by Hippocrates.

  3. Shakhawat
    May 12, 2014 at 8:07 am

    Nice implementation

  1. No trackbacks yet.

Leave a comment