InterviewSolution
Saved Bookmarks
| 1. |
Differentiate Between Static And Non-static Variables ? |
|
Answer» In the Java language, we can use two TYPES of variables that are static variable and non-static variable. The MAIN differences between both the variables are given below:
In the Java language, we can use two types of variables that are static variable and non-static variable. The main differences between both the variables are given below: |
|