Category: Java

Use FileWriter class to write files in Java

The FileWriter class extends from the OutputStreamWriter class. This class writes data to the stream character by character. You can create the required objects through...

java tutorial: Java Generic

Java generics, in a nutshell, generics enable types (classes and interfaces) to be parameters when defining classes, interfaces and methods....

java tutorial: Java exception

A java exception is an event that occurs during the execution of a java program that disrupts the normal flow of instructions....

IntelliJ IDEA utility plugin

IntelliJ IDEA is an excellent Java IDE, with the help of excellent IDEA plugins, we can greatly improve efficiency in daily development....