Java Abstraction 8 minutes readAbstraction is the concept of exposing only the required essential characteristics and behavior with respect to a context.
Java Collections - Array 4 minutes readArray is a fundamental construct in any programming languages, which stores a fixed-size sequential collection of elements of the same type.
Java Basic - Modifier Types 6 minutes readModifiers are keywords that you add to those definitions to change their meanings. In Java language, we have:
Java Basic - Basic Syntax 3 minutes readA Java program it can be defined as a collection of objects that communicate via invoking each other’s methods.