Empty Class In Java

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • manjinders singh
    New Member
    • Oct 2008
    • 1

    Empty Class In Java

    What Are The Three Steps Required For Empty Class Please Answer The Question In Deeply & With Respect Quickly To My Id
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    You post here, you read here.

    Code:
    public class Empty { }
    kind regards,

    Jos

    Comment

    • BigDaddyLH
      Recognized Expert Top Contributor
      • Dec 2007
      • 1216

      #3
      Originally posted by JosAH
      You post here, you read here.

      Code:
      public class Empty { }
      kind regards,

      Jos
      How many steps is that?

      Comment

      • JosAH
        Recognized Expert MVP
        • Mar 2007
        • 11453

        #4
        Originally posted by BigDaddyLH
        How many steps is that?
        Just one; I numbered my steps (see above)

        kind regards,

        Jos ;-)

        Comment

        • Nepomuk
          Recognized Expert Specialist
          • Aug 2007
          • 3111

          #5
          Writing it, printing it, wrapping it in gift wrap paper? ;-)

          As the task says something about "three steps", it's probably about the exact process described in your textbook, lecture or wherever you have the task from. If they decided to divide it into 3 steps, then you'll have to find and use that definition.

          Greetings,
          Nepomuk

          Comment

          Working...