We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86a672f commit e9ebf5bCopy full SHA for e9ebf5b
README.md
@@ -104,7 +104,20 @@
104
1 2 3 4 5 4 3 2 1
105
1 2 3 4 5 6 5 4 3 2 1
106
```
107
-
+7. Write a Java Program to print the following Pattern.
108
+```
109
+ 1 2 3 4 5 6
110
+ 1 2 3 4 5
111
+ 1 2 3 4
112
+ 1 2 3
113
+ 1 2
114
+ 1
115
116
117
118
119
120
121
# Java Interview Questions
122
1. What do you know about JVM, JRE and JDK?
123
2. Is JRE platform dependant or independent?
0 commit comments