Object-oriented programming (OOPs) Question:

What is Static field?

OOP Interview Question
OOP Interview Question

Answer:

To indicate that a field should only be stored once no matter how many instance of the class we create.


Previous QuestionNext Question
What is Static Method?What is Class?