Learn different ways to implement delays in Java
Category: Home
3 Programming Languages Java Developers Should Learn in 2019
If you are a Java programmer and thinking to learn some news programming languages to expand your knowledge and skill, but not sure which …
Java Comparator.comparing not comparing?
11 Following this question about sorting a list by another list, I tried to do the same thing – but from some reason it doesn’t wo….
Graal: Not Just a New JIT for the JVM
Duncan MacGregor takes a look at the differences between C2 and Graal, what this can mean for the performance of a code, and what else is possible with this new JIT.
Complete Java Masterclass (Updated for Java 10)
Learn Java In This Course And Become a Computer Programmer. Obtain valuable Core Java Skills And Java Certification
Handling exceptions functional style
Java supports checked exceptions from the very start. With Java 8 the language element lambda and the RT library modifications supporting stream operations introduced functional programming style t…
codefx-org/effective-java
Exploration of Effective Java, third edition. Contribute to CodeFX-org/effective-java development by creating an account on GitHub.
Processing Large Files in Java
Last week, Paige Niedringhaus posted an article Using Java to Read Really, Really Large Files. While one can quibble about whether the file to be processed is indeed “really, really large,…
Java Testing Weekly 21 / 2019
There are many software development blogs out there, but many of them don’t publish testing articles on a regular basis. Also, I have noticed that some software developers don’t read blogs written by software testers. That is a shame because I think that we can learn a lot from them. That is why I decided to create a newsletter that shares the best testing articles which I found during the last week. Let’s get started. Technical Stuff Test-Driven Development: Really, It’s a Design Technique is a useful blog post that provides a comprehensive introduction to TDD. During this blog post the author writes a simple converter that converts a Roman number into an Arabic number by using Java (and TDD). The Really Valuable Stuff 6 Steps for Succeeding with Test Automation in Agile is a good blog post that identifies two most common reasons why test automation efforts don’t meet their goals and provides a step-by-step guide that helps you to avoid these these problems. Java Unit Testing Best Practices: How to Get the Most out of Your Test Automation identifies seven best practices that help you to write robust unit tests. On Test Maturity is an interesting post that
Install Payara Server 5.1 on CentOS 7
Payara Server is a drop in replacement of GlassFish application server. This guide provides the steps to install Payara Server 5.1 on CentOS 7.
7 Examples to Sort An Array in Java
A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
Negate a Predicate Method Reference with Java 11
Learn how to negate a predicate method reference with Java 11.
The Cloud is Driving the Future of the Java Ecosystem and Jakarta EE: Eclipse Foundation Survey Results
In an effort to show Java ecosystem stakeholders the requirements, priorities, and perceptions of enterprise Java developer communities, the Eclipse Foundation conducted a survey in March 2019.
Use Collectors to convert List to Map of Objects – Java
12 1 How do I use Collectors in order to convert a list of DAOs, to a Map
Java Exception Handling For Certification & Interviews
Clear Java Certification : OCJA (1Z0-808) In Simple Way – Free Course