This is a discussion on Difference between static and final in java within the Java Programming forums, part of the Software Development category; Difference between static and final in java...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Static" means associated with the class; "final" means unchangable. Language Basics: Final Variables The value of a final variable cannot change after it has been initialized. Classes and Inheritance: Understanding Instance and Class Members The runtime system allocates a class variable (static) once per class, regardless of the number of instances created of that class. -V.Vadivelan |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Difference between static and final in java | leoraja8 | Java Programming | 2 | 08-17-2007 05:49 AM |
| Difference between enumeration and iterator in java? | kingmaker | Java Programming | 3 | 08-08-2007 03:53 AM |
| Static Global Variable and Static Local Variable | vigneshgets | C and C++ Programming | 1 | 05-30-2007 11:50 AM |
| difference between a static and a non-static inner class | vigneshgets | Java Programming | 1 | 05-23-2007 11:02 PM |
| Java Static | swoosh | Java Programming | 3 | 05-08-2007 04:36 AM |