Author Topic: Helpfull Java Tutorials  (Read 211 times)

Keyani

  • Respect
  • Administrator
  • Newbie
  • ***
  • Posts: 48
  • Thanked +2/-0
  • Location: Belgium
    • View Profile
Re: Helpfull Java Tutorials
« on: July 07, 2011, 06:24:14 pm »
Final, Static, Public, Private, Packaging
So quick meaning of them really just to tell people that don't really know what the mean
Code: [Select]
Final - can't be changed from the vaue it has been set with
Public - This can be used in any class
Private - Can only be used in the class declared
Static - Start will only be made once if that class has been made more than once
Packaging - Location of the class within the JVM[Java Virtual Machine]