Skip to content

Commit d9e8f21

Browse files
committed
Update java-multiple-choice-questions-answers.md
1 parent 2b80d72 commit d9e8f21

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

java-multiple-choice-questions-answers.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ Output
6060
35
6161
36
6262
```
63+
<div align="right">
64+
<b><a href="#">↥ back to top</a></b>
65+
</div>
66+
6367
#### Q. What is the output of following program?
6468
```java
6569
import java.util.ArrayList;
@@ -126,6 +130,10 @@ Exception in thread "main" java.lang.Error: Unresolved compilation problem:
126130

127131
at Test.main(Test.java:9)
128132
```
133+
<div align="right">
134+
<b><a href="#">↥ back to top</a></b>
135+
</div>
136+
129137
#### Q. What is the output of following program?
130138
```java
131139
public class Test{

0 commit comments

Comments
 (0)