What is the scope of a static variable (assuming it's declared with the public access modifier)?
Throughout the application
Only within the class it was declared
Within the package only
Only within the method it was declared