java notes

java notes

Nested Classes in Java

Java programming language allows you to declare a class inside another class. We see how and why we need to use inner classes in our code.

Read
java notes

Features Of Java 8

Java 8 introduces new features such as lambda expressions, forEach iterables, default and static methods for interfaces etc, this notes will discuss each of it for better understanding.

Read
java notes

BufferedReader vs Scanner

BufferedReader, Scanner, Command Arguments are the different ways to provide input to a program generally. Understanding which of these to use, knowing what they do behind the curtains is important for every developer.

Read