[Static Classes]  
Author Message
Ashu





PostPosted: 2005-3-7 11:24:00 Top

java-programmer, [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

 
Laurent Morissette





PostPosted: 2005-3-17 8:46:00 Top

java-programmer >> [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" <email***@***.com> a 閏rit dans le message de news:
email***@***.com...
> 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
>