Skip to content

Commit c5cee23

Browse files
Merge pull request amitshekhariitbhu#40 from Babar-Bashir/patch-3
Update README.md
2 parents 684617d + 8864b94 commit c5cee23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -575,6 +575,7 @@ It is also a good practice to annotate overridden methods with `@Override` to ma
575575
- Autoboxing and Unboxing is the process of automatic wrapping (putting in a box) and unwrapping (getting the value out) of primitive data types, that have "wrapper" classes. So `int` and `Integer` can (almost always) be used interchangeably in Java language, meaning a method `void giveMeInt(int i) { ... }` can take `int` as well as `Integer` as a parameter.
576576
* What’s the difference between an Enumeration and an Iterator?
577577
* What is the difference between fail-fast and fail safe in Java?
578+
* What is Java NIO? [Link](http://tutorials.jenkov.com/java-nio/index.html)
578579
* What is Java priority queue?
579580
* What is Java Memory Model? What contracts does it guarantee? How are its' Heap and Stack organized? [Jenkov](http://tutorials.jenkov.com/java-concurrency/java-memory-model.html)
580581
* What is memory leak and how does Java handle it?

0 commit comments

Comments
 (0)