InterviewSolution
Saved Bookmarks
| 1. |
What Is A Static Variable? |
|
Answer» Class VARIABLES ALSO known as static variables are declared with the static KEYWORD in a class, but outside a method, CONSTRUCTOR or a block. Class variables also known as static variables are declared with the static keyword in a class, but outside a method, constructor or a block. |
|