What is STATIC in JAVA?
807598Jun 29 2006 — edited Aug 28 2008I 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