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