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 e87f852 commit d9a9d6dCopy full SHA for d9a9d6d
README.md
@@ -59,15 +59,22 @@
59
1. Write a Program to print Floyd's triangle?
60
2. Write a Program to print Pascal's triangle?
61
3. Write a Java Program to print the following Pattern
62
-
63
```
64
1
65
1 2
66
1 2 3
67
1 2 3 4
68
1 2 3 4 5
69
70
+4. Write a Java Program to print the following Pattern.
+```
71
+ 1
72
+ 2 2
73
+ 3 3 3
74
+ 4 4 4 4
75
+ 5 5 5 5 5
76
+ 6 6 6 6 6 6
77
78
# Java Interview Questions
79
1. What do you know about JVM, JRE and JDK?
80
2. Is JRE platform dependant or independent?
0 commit comments