Skip to content

Commit d9e8939

Browse files
authored
Update README.md
1 parent 977ad29 commit d9e8939

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Java-Interview-Questions-Answers
22

3-
Looking forward to appear in Java Interview, here are the key Java Interview Questions with Answers only for you.
3+
Looking forward to appear in Java Interview, here are the key 100+ Java Interview Questions with Answers only for you including some of the tricky questions with answers.
44

55
### Table of Contents
66
| Sr.No. | Question |
@@ -101,6 +101,11 @@ Looking forward to appear in Java Interview, here are the key Java Interview Que
101101
| 94 |[What is a hibernate criteria builder?](https://github.com/aatul/Java-Interview-Questions-Answers/blob/master/README.md#94-what-is-a-hibernate-criteria-builder) |
102102
| 95 |[What is the difference between put and patch?](https://github.com/aatul/Java-Interview-Questions-Answers/blob/master/README.md#95-what-is-the-difference-between-put-and-patch) |
103103
| 96 |[What are Java Streams?](https://github.com/aatul/Java-Interview-Questions-Answers/blob/master/README.md#96-what-are-java-streams) |
104+
| 97 |[Why variables in interface are public, static, final?](https://github.com/aatul/Java-Interview-Questions-Answers/blob/master/README.md#97-why-variables-in-interface-are-public-static-final) |
105+
| 98 |[Why variables in interface don’t need to declare in implementing classes?](https://github.com/aatul/Java-Interview-Questions-Answers/blob/master/README.md#98-why-variables-in-interface-dont-need-to-declare-in-implementing-classes) |
106+
| 99 |[What will happen if you put return statement or System.exit () on try or catch block? Will finally block execute?](https://github.com/aatul/Java-Interview-Questions-Answers/blob/master/README.md#99-what-will-happen-if-you-put-return-statement-or-systemexit--on-try-or-catch-block-will-finally-block-execute) |
107+
| 100 |[Can you override a private or static method in Java?](https://github.com/aatul/Java-Interview-Questions-Answers/blob/master/README.md#100-can-you-override-a-private-or-static-method-in-java) |
108+
| 101 |[What does the following Java program print?](https://github.com/aatul/Java-Interview-Questions-Answers/blob/master/README.md#101-what-does-the-following-java-program-print) |
104109

105110

106111
**[Back to Top](https://github.com/aatul/Java-Interview-Questions-Answers/blob/master/README.md#java-interview-questions-answers)**

0 commit comments

Comments
 (0)