Currently, I am migrating my database from oracle to Mysql. For a brief transition period I want to support both databases. (at least read from both)The main challenge I am facing is regarding pr…
Category: Home
Top 5 Courses to Learn to Code and Programming in 2019
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
How to Pass Spring Professional 5.0 Certification in 2019
A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
Update: Project Lanai approved – macOS graphics rendering pipeline gets green light – JAXenter
Oracle’s Phil Race has proposed the creation of the Lanai Project to establish a new macOS graphics rendering pipeline for Java 2D and OpenJFX.
A Look at New Java Features in Test Automation
Since Java 8, there have been many cool features introduced. In fact, Java is releasing a new version every 6 months! With so many additions, it can be hard to keep up. Here’s how some of the newer features from Java 8 – 12 can be used in test automation.
10 Object-Oriented (OOP) Design Principles Java Programmer Should Learn in 2019
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
OpenJDK Project Valhalla Releases LW2 Prototype
Project Valhalla (OpenJDK) has released LW2, a new user-accessible prototype of the effort to align with modern hardware. InfoQ discusses this new prototype in-depth with IBM’s tech lead for this new technology.
Fluent Java APIs
Good morning! Yesterday, I wrote a parody post about Yours Truly. I stated that OOP and FP are basically the same — and I meant it. But you may have recognized that my example was an easter egg. /* * Search and destroy that */ interface Ant { // properties omitted } @FunctionalInterface interface Poison { Ant apply(
How to Find Multiple Missing Integers in Given Array of Numbers with Duplicates in Java?
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
The Curious Case of JDK9 Immutable Collections
As many of you know already, Java 9 brought us a set of immutable data structures – this was not a redesign of the Collections…
What is ContextLoaderListener in Spring MVC – 10 Things Java Programmer Should Know
A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
High-Performance Java Persistence – Mach 2 – Vlad Mihalcea
The High-Performance Java Persistence Mach 2 Video Course teaches you how to run your data access layer based on JPA an Hibernate at high speeds.
Java goes Git: Proposal to migrate OpenJDK – JAXenter
It looks like Git is to be OpenJDK’s new home, at least following JEP 357’s proposal. Let’s take a closer at look at what’s going on.