One of the interesting parts from “Fundamentals of Software Architecture” book (by Neal...
Author - Mushfiq Mammadov
Passed OCP Java SE 8 (1Z0-809) with 93%. My Story
I took OCP Java SE 8 (1z0-809) exam on 14.10.2019 and passed with 93%. I will share my exam...
Nice view with java ternary operator
package az.mm.test; public class Test { public static void main(String[] args) { Integer i = 2;...
Java AtomicInteger Example
An AtomicInteger is used in applications such as atomically incremented counters. Code example:...
Spring Boot + SQLite + EL (mini website)
Used technologies: Spring Boot Spring Data SQLite EL (jstl) jQuery Bootstrap slf4j+logback Java 8...
“Trains and Towns” – programming problem...
Description: The local commuter railroad services a number of towns in Azerbaijan. Because of...
Spiral Matrix – clockwise and counter-clockwise
Print matrix elements as spiral order from beginning the center element. It should be as the...
Encrypt and decrypt using Jasypt
Jasypt is very simple and easy library for encrypt and decrypt in Java. You can encrypt your data...
How to throw checked exception message inside Runnable run...
package az.mm.runnable; import java.io.IOException; public class Controller { public static void...
November/December 2017 issue of Java Magazine, “Quiz...
In November/December 2017 issue of Java Magazine was released. There are four interesting questions...