Possible Duplicate:
static in the main class java and non static in constructor
i just want to know if people can agree with me on the knowledge I have about static variable and methods as I'm still learning java in its early concepts.
static variables means when both objects or instances of the class gets shared the same variables. static methods simply means methods that refer to the class that it is written in.
Anyone can correct me if I'm wrong or can add any more information are welcome as I want to be able to learn java to its fullest and do amazing things with java in the future! :)
Happy coding!