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