#static variable in java
1 posts
Can Static Variables be Called using className.variableName in Java?
Yes, in Java, static variables can be accessed using the class name followed by the variable name. Here's a brief explanation:
In Java, a static variable is a class-level variable that belongs to the... Read Mores
Prathmesh Yelne
16-Mar-2024 13:43:05