Respuesta :

A static field. has global scope. this is the correct answer tht is option c.

What is the difference between static field and global scope?

The distinction between static variables and worldwide variables lies of their scope. A static variable simplest has a block scope even as a worldwide variable may be accessed from everywhere withinside the program.

The scope of static is worldwide - inside its proudly owning classloader. A JVM can create a couple of classloaders and cargo separate times of your magnificence in every of recent classloaders. Statics aren't worldwide in line with JVM, they're worldwide in line with classloader.

Read more about the Java:

https://brainly.com/question/25458754

#SPJ1