-
Core Java
Lazy assignment in Java
Programmers are inherently lazy and similis simili gaudet also like when the programs are lazy. Have you ever heard lazy…
Read More » -
DevOps
How To Setup Integration Tooling for CodeReady Studio 12
The release of the latest Red Hat developer suite version 12 brings with it a name change from Red Hat…
Read More » -
Enterprise Java
@Component vs @Repository vs @Service in Spring
Introduction: With Spring’s auto-scanning feature, it automatically detects various beans defined in our application. We usually annotate our beans using…
Read More » -
Enterprise Java
Spring Core Annotations
Introduction: Spring annotations present in the org.springframework.beans.factory.annotation and org.springframework.context.annotation packages are commonly known as Spring Core annotations. We can divide them…
Read More » -
Software Development
IoT: A New Revolution in the Business World
The major technology research companies’ forecasts that the verge of IoT is radically developing the traditional way of living and…
Read More » -
Core Java
LinkedHashMap In Java
Introduction: LinkedHashMap is a Map implementation which maintains the insertion order of its elements. It extends the HashMap class: public class…
Read More » -
Core Java
Java Text Blocks
In the 13 May 2019 post “RFR: Multi-line String Literal (Preview) JEP [EG Draft]” on the OpenJDK amber-spec-experts mailing list,…
Read More » -
Android
User Engagement In Android Through Advanced App Development Strategies
The importance of user engagement in Android app development cannot be overemphasized because this is what keeps the eco-system going.…
Read More » -
JavaScript
JavaScript Generators Example
Greetings readers! In this tutorial, we will explore the JavaScript Generators. 1. JavaScript Generators – Introduction JavaScript is an object-oriented…
Read More »