Hi again, this time the TableView “Metro” style gets added to the JMetro JavaFX theme. This amps up …
Is Java Best Programming language for Beginners?
I often receive questions like which is a good programming language to learn first , Is Java a good programming language to start with, ho…
Java 8 Language Features in Nutshell – Part 2
Editorial Note: You can also check Part-1 here.Hi Friends, this is a part-2 of Java 8 Language F…
IntelliJ IDEA 2018 progress report: 2018.2 beta is available! – JAXenter
Time to check in on IntelliJ IDEA 2018! The 2018.2 beta is here with improved support for Java 11, the JVM debugger, and even some user interface upgrades!
Java Lambda Expressions: Functions as First-Class Citizens – DZone Java
Learn how to create and use functional interfaces and lambda expressions in Java with this quick, simple tutorial on bringing functions and FP to OOP.
JDK 11: Beginning of the End for Java Serialization? – DZone Java
Are big changes afoot with JDK 11? See what’s on the horizon with Java 11 and how you can prepare for those pending changes to serialization.
How well do you know your Eclipse MicroProfile trivia? – JAXenter
Our weekly technology quiz continues with Eclipse MicroProfile! Do you know this project designed for optimizing Enterprise Java microservices architecture?
Eclipse JNoSQL: One API to many NoSQL databases – JAXenter
Otávio Gonçalves de Santana explores why Eclipse JNoSQL is such a good tool for bringing together Java and NoSQL with its one API, many databases approach.
JENKINS Beginner Tutorial – Step by Step | Udemy
Learn Jenkins from scratch – Free Course
HANDS ON DOCKER for JAVA Developers | Udemy
Complete Hands on Course for Java Developers – Free Course
The Complete Microservices With Spring Course | Udemy
Learn how to easily build and implement scalable microservices from scratch.
why type variable is non-reifiable type in java
I’m currently learning java generics and below is a list of types in java that is non-reifiable. A type is not reifiable if it is one of the following:• A type variable(such as T)• A paramet…
Web application security: fighting yourself or finding the edge of sanity
How secure a web application should be? Well, for many of us, web-developers, the question doesn’t m…
Optional Dependency Injection Using Spring – DZone Java
This tutorial demonstrates a few different ways to inject optional dependencies within a Spring DI application, including example code and use cases.
Structs in Java: How to handle them like a pro – JAXenter
In this article we are going to take a look at the memory layout of Java objects, find out what the overhead is and show what we can do about it.