Start learning Java from scratch in an easy and entertaining way – Free Course
Category: dummyCategory
The State of Developer Ecosystem 2018 – Infographic | JetBrains
Over 6,000+ developers share their insights on modern technologies, programming languages, frameworks, and tools of choice for software development.
Executando sua aplicação Java na Oracle Application Container Cloud Service
Post sobre como fazer deploy de app’s Java SE e Java EE na Oracle Application Container Cloud :
Reading Verbose JIT Logs
This article is the first in a series that provides useful information for analyzing JIT compiler operations. In this first article I’ll explain how to obtain JIT verbose logs and the basics for ho…
sormuras/bach
bach – Java Shell Builder – Use jshell to build your modular project
API Updates in Java SE 11 (18.9)
Java SE 11, which is also named as 18.9 (based on the new naming scheme which uses the year and month of release), is slated to be GA during the last week of September. The new approach for releasi…
Top 12 Java Thread, Concurrency and Multithreading Interview Questions For experienced
Blog about Programming, Design, Java, Tutorial, Examples, Interview Questions, Java 5, 6, 7, 8, 9 features, multithreading, Linux, UNIX and tips.
The Thread.join() Method in Java | Baeldung
Learn how to use the Thread.join() methods for thread synchronization.
Complete Java Masterclass | Udemy
Learn to master Java 8 and Java 9 core development step-by-step, and make your first unique, advanced program in 30 days
Best Book to Learn Java 8 in 2018
I often receive emails and queries asking about some good books to learn Java 8 . Since Java 8 is very different from any other JDK release…
How to embed Tomcat and Java web apps in an executable JAR
The insurrection of cloud-native and microservices-based architectures has turned the job of Java web app deployment completely on its head. The Docker trend demands that Java web apps are packaged in executable JARs in which you embed Tomcat. Here’s a tutorial that shows you how it’s done.
IntelliJ has no chill with these passive-aggressive warnings
I’ll probably get down voted, but first off, that’s awesome. I laughed at it.Honestly, pretty much any seasoned Java developer will tell you the same thing. IntelliJ is trying to help you save face during a code review.Figure out why you’re having memory issues to feel the need to garbage collect, then give him a fist bump and buy him a beer for helping you grow as a developer.- BingoDeville
Lettuce: Asynchronous support for Redis – JAXenter
This scalable, thread-safe Redis client isn’t just rabbit food; Lettuce supports synchronous, asynchronous, and reactive usage of the Redis API.
10 Hibernate Interview Questions and Answers for Java Developers
Hibernate Interview Questions are asked on Java J2EE Interviews, mostly for web based enterprise application development role. Success and…
The rise of Java Microframeworks | E4developer
Together with the growing popularity of microservices and light-weight REST API, we are witnessing another trend in Java: the rise of Java Microframeworks. Javalin, Micronaut, Spark and many more make…