Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

What is STATIC in JAVA?

807598Jun 29 2006 — edited Aug 28 2008
I know that static means the value will not change in the entire program

staic variables means if we change value it wont change
staic variables are initialised only onece
static meathods will returns is not corresponding to object and it represents the class .. so we can call this meathods with class name not with object
i dont know about static classes ..

If anyone aware of more than these please share some knowlege for me
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 25 2008
Added on Jun 29 2006
25 comments
1,345 views