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