Tag: java

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....

Basic design structure of java

Java is case sensitive; The main method must be declared public, and each application has one and only one main method; General syntax used by...