Final keyword in java
Final keyword in java

It can be used to define final class, final method, final fields and final variable. It can be used in many context in java. Final keyword perform a important role in java programming.

Abstraction in Java
Abstraction in Java

Abstraction shows only important things to the user and hides the internal details for example sending WhatSapp message, you just type the text and ping the message. You don't know the internal processing about the message delivery.

Java I/O
Java I/O

The java.io package contains all the classes required for input and output operations. Java uses the concept of stream to make I/O operation fast.Stre