1 parent 0415b12 commit e433ff4Copy full SHA for e433ff4
1 file changed
JavaLecture5.java
@@ -52,7 +52,7 @@ public static void main(String[] args) {
52
53
54
// Types of Java Variables
55
- // - Local Variable (within method - main method or user-defined method)
+ // - Local Variable (within method or block)
56
// - Instance Variable
57
// - Static Variable
58
}
0 commit comments