Blog about Programming, Design, Java, Tutorial, Examples, Interview Questions, Java 5, 6, 7, 8, 9 features, multithreading, Linux, UNIX and tips.
Category: dummyCategory
Java Servlet Hello World Example
Servlets are essentially the first and main technology in Java world capable of dynamic page generat…
TestContainers and Spring Boot
TestContainers is just awesome! It provides a very convenient way to start up and CLEANLY tear down …
Why we still use Apache Ant tool in Java build and deploys
There are plenty of new build tools on the market, including Maven and Gradle, but many organizations remain happy to use the Apache Ant tool in Java builds and application deploys. Here is why they are doing it.
10 Tips to Become a Better Java Developer in 2018
I often receive emails from my readers about how they can become a better Java developer, what things they should learn, and which area the…
Sending SMS in Java with Twilio | Baeldung
A practical guide to sending SMS using Twilio.
Begin your Java exploration: Advice and resources for Java beginners – JAXenter
If Java is unfamiliar territory for you or you are migrating from another language to Java, this will help you understand what your “arsenal” should include
Java Interview Guide : 200+ Interview Questions and Answers
200+ Java Interview Questions for Beginners
JRebel & XRebel By ZeroTurnaround
ZeroTurnaround makes revolutionary tools for developing quality software faster.
Java Modules – Luminis Arnhem
Peter Doornbosch 15 mei 2018 After reading the Java 9 modularity book by Sander Mak and Paul Bakker (excellent book btw), I was wo….
Why debugging in production is so tempting?
Debugging in ProductionWhy debugging in production is so tempting?In one of my first jobs, one o…
DZone Research: Concerns With Java – DZone Java
Code quality and release fatigue were cited as two major concerns with the Java ecosystem, as is increased competition from JVM languages.
Java Stream ORM Now with JOINs
Speedment is a Java Stream ORM Toolkit and Runtime that allows you to view database tables as standa…
Three New JEPs Targeted for JDK 11
Three new JEPs were targeted for JDK 11 a week ago today (7 May 2014). In three separate messages on the jdk-dev mailing list , Mark Reinhol…
Converting Java Maps to Lists – DZone Java
See how to convert your Java Maps to Lists by using keys, values, and tooling introduced in Java 8 like streams lambda expressions.