Category: Articles
Stack Overflow Answers the Top Java Questions We Didn’t Know We Had | OverOps Blog
A collection of Stack Overflow questions that you shouldn’t miss out on:
Custom Components in ZK Framework – DZone Java
This post takes a look at simplifying code with the ZK framework and small custom components that combined use the InUseLabel method and the EnumCombobox.
Benefits of Open Source vs Proprietary Software
The Payara Platform is Open Source and Production-Ready
“Metro” Table For Java (JavaFX)
Hi again, this time the TableView “Metro” style gets added to the JMetro JavaFX theme. This amps up …
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?
3 Best Practices Java Programmers Can Learn From Spring Framework – DZone Java
See the lessons you can learn from Spring, including favoring unchecked exceptions over checked exceptions, coding for interfaces, and using Template Patterns.
FREE – Docker Course Made for Developers – LIMITED TIME!
Use Docker to streamline your developer workflow. Impress colleagues with your knowledge of Docker. All this and more! – Free Course
Explain how variable hiding is working in this Java code
Consider below codeclass A{ int x = 5; void foo() { System.out.println(this.x); }}class B extends A{ int x = 6; // some extra stuff}class C{ public static
Java 8 Stream API Examples
Hello Friends, in this post, we will discuss Java 8 Stream API Examples.So what we are going to …
JavaFX e o futuro das tecnologias Java Client
A Oracle removerá o JavaFX, Applets e o Java Web Start do SDK após o Java SE 8 mas o Swing e AWT continuarão.
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!