Skip to content

Commit e9ebf5b

Browse files
authored
Update README.md
1 parent 86a672f commit e9ebf5b

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,20 @@
104104
1 2 3 4 5 4 3 2 1
105105
1 2 3 4 5 6 5 4 3 2 1
106106
```
107-
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+
1 2
116+
1 2 3
117+
1 2 3 4
118+
1 2 3 4 5
119+
1 2 3 4 5 6
120+
```
108121
# Java Interview Questions
109122
1. What do you know about JVM, JRE and JDK?
110123
2. Is JRE platform dependant or independent?

0 commit comments

Comments
 (0)