Safeguarding the Future of the Java EE Community
Category: Articles
In Java, How much memory is allocated on stack and heap for “new Object()”
This was one of my interview question but I am still trying to get my head around it. If I create “new Object()”, the reference to this object will be on the stack, which will be 8 bytes on 64 bit….
Top 5 Kotlin Programming Courses for Java and Android Programmers – DZone Java
Since Kotlin is 100 percent Java compatible and the official Android development language, it’s a great time to learn Kotlin with these top five courses.
Java 11: a New Way to Handle HTTP and WebSockets in Java! – DZone Java
This article demonstrates how to implement the new API in Java 11 by performing a REST API call using OpenJDK 11, focusing on HTTP Clients and WebSockets.
Best Way to Append Data to File in Java – Apache commons.io.FileUtils and java.io.BufferedWriter Approach • Crunchify
What is the best way to append live data to a file in Java? It’s very easy for developer to print output or some debug data to Eclipse Console using
Vlad Mihalcea – High-Performance Java Persistence and Hibernate
High-Performance Java Persistence and Hibernate
Difference between ArrayList vs Vector in Java – HowToDoInJava
Learn the difference between ArrayList vs Vector in terms of thread safety, performance, fail fast behavior and capacity management when buffer overflows.
Logback OutputStreamAppender Example
This article discusses the OutputStreamAppender of logback, a logging framework for the Java applica…
Difference between LinkedList vs ArrayList in Java – HowToDoInJava
Java LinkedList vs ArrayList. Both are different in many aspects and we need to understand both to make a wise decision when to use which class.
Java Is Still Free – ITNEXT
This is a repeat of the original Google Doc put together by the Java Champions community of independent Java leaders and experts
This Developer’s Code One Talk Shows You How To Deploy Java Fearlessly
Developer and Java expert Jeanne Boyarsky will fight FUD during her Oracle Code One sessions.
Eagles Jerk & Grill
https://www.facebook.com/mkjerkcentre/
The 2018 DevOps RoadMap – Your Guide to become DevOps Engineer
DevOps is really hot at the moment and most of my friends, colleagues and senior developers I know are working hard to become a DevOps engi…
Introducing Java SE 11
How time flies! Over the last several months, Oracle announced changes to evolve the Java platform ensuring it continues forward ….