[Static Classes]

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ashu

    #1

    [Static Classes]

    Hi All,

    Can someone explain when and why we use 'static classes' in Java ?
    Also why 'method local classes' are used and what is their significance
    ?

    Plz reply

  • Viator

    #2
    Re:

    Read any book on Java2.
    If you do not find one mail me at: viator@rediffma il.com.

    Viator :-)

    Comment

    • Laurent Morissette

      #3
      Re: [Static Classes]

      it's pretty simple
      static class methods or fields mean that the code modified by the keyword
      can be used without having to instanciate the class.
      is it ok?
      write back if you have any others questions
      Laurent Morissette
      "Ashu" <ashu.del2@gmai l.com> a écrit dans le message de news:
      1110165833.7519 48.186970@g14g2 00...legr oups.com...[color=blue]
      > Hi All,
      >
      > Can someone explain when and why we use 'static classes' in Java ?
      > Also why 'method local classes' are used and what is their significance
      > ?
      >
      > Plz reply
      >[/color]


      Comment

      Working...