BLOG

Latest Articles

Java Array Explained [Easy Examples]

Java Array is one of the data structures, which is a collection of variables of the same data type that are referenced by a common name. Arrays consist of …

By bashiralam · 10 min read · JAVA

git commit amend PROPERLY [Easy Examples]

Use git commit amend command to update any existing commit with new modifications, update the author details, modify commit message

By admin · 6 min read · GIT