Blog about Programming, Design, Java, Tutorial, Examples, Interview Questions, Java 5, 6, 7, 8, 9 features, multithreading, Linux, UNIX and tips.
Category: Articles
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.
Inter Thread Communication in Java using Wait Notify Example
Wait and notify methods in Java are used for inter-thread communication i.e. if one thread wants to tell something to another thread, it us…
Spring Framework Interview Guide – 200+ Questions & Answers
Get Ready for Your Spring Interview with Spring, Spring Boot, RESTful, SOAP Web Services and Spring MVC
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
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…
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.
From Java to Kotlin and Back Again
Kotlin is popular, Kotlin is trendy. Kotlin gives you compile-time null-safety andless boilerplate. Naturally, it’s better than Java. You should switch to Kotlin or dieas a legacy coder. Hold on, or maybe you shouldn’t? Before you start writing in Kotlin,read the story of one project. The story about quirks and obstacles becoming soannoying that we decided to rewrite.
10 Tips to Become a Better Java Developer – DZone Java
This advice for improving your Java skills includes learning about unit testing, learning the APIs and libraries of the wider Java ecosystem, and knowing the JVM.
Secure a Spring Microservices Architecture with Spring Security and OAuth 2.0
“I love writing authentication and authorization code.” ~ No Java Developer Ever. Tired of building …
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….