The open source tools organization wants to adopt Docker, NoSQL, and Kubernetes in enterprise Java, while standardizing on Maven and Jenkins
Category: Articles
Guide to the this Java Keyword | Baeldung
Learn how to use Java’s this keyword to reference the current object.
How to Use Java-based Migrations and Callbacks With Flyway
Some database migrations are too complex for SQL scripts. Learn how to implement these tasks with Flyway’s lifecycle callbacks and Java-based migrations
A Tribute to Java – Roman Elizarov – Medium
Java-bashing is a popular past-time and I’m no exception, yet Java is the top programming language at the moment by many measures…
9 Things Java Programmers Should Learn in 2018 – Javarevisited – Medium
Being a Java developer and the author of a Java blog, I frequently receive requests from Java programmers from all over the world asking…
Java Weekly, Issue 231 | Baeldung
This week, migrating from Java to Kotlin and to Java again, exploring Spring Boot testing, and reinventing the calendar.
10 Examples of Joining String in Java 8 – StringJoiner and String.join()
It’s quite common in day to day programming to join Strings e.g. if you have an array or List of String let’s say {Sony, Apple, Google} and…
Binary Search in Java without Recursion – Iterative algorithm
This week’s task is to implement binary search in Java, you need to write both iterative and recursi…
Java 10: Collecting a Stream into an Unmodifiable Collection
Java 10 introduces several new methods to facilitate the creation of unmodifiable collections.Th…
Top 10 Java Web Service Interview question answers
Blog about Programming, Design, Java, Tutorial, Examples, Interview Questions, Java 5, 6, 7, 8, 9 features, multithreading, Linux, UNIX and tips.
Java: Features, Improvements, & Updates – Dzone Research Guides
Popular SAVE Although some believe Java is dying, developments such as the upcoming release of Java 9 and the strength of the Java….
Groovy Additions to the Java 8 Date/Time API – DZone Java
Groovy is planning on adding better support for Java’s Date/Time API. See how Groovy makes conversion and incrementation easier in your code.
Guide to Java 10 | Baeldung
A quick and practical overview of the new functionality in Java 10.
How to calculate McCabe cyclomatic complexity in Java
Most static code analysis tools report the cyclomatic complexity metric, but to understand how to react to high and low values, it’s important to know how to calculate McCabe cyclomatic complexity in Java applications on your own.