Category: dummyCategory
Java – Remove all white spaces from a string – HowToDoInJava
Learn to write a java program to remove all the white spaces from a given string using regular expression (“\s”) and Character isWhitespace() method.
Valhalla Update with Brian Goetz
https://www.youtube.com/watch?v=1H4vmT-Va4o
The First Drop: Introducing AdoptOpenJDK Quality Assurance (AQA) v1.0
AdoptOpenJDK Quality Assurance (AQA) is a curated set of open tests that we run against our release builds at AdoptOpenJDK. These tests…
The best way to map an entity version property with JPA and Hibernate – Vlad Mihalcea
Learn the best way to map the entity version property when using JPA and Hibernate, and why using a short column type might be a much better default.
Javin Paul on LinkedIn: “10 Object-Oriented (OOP) Design Principles Java Programmer Should Learn in 2019Read more: https://lnkd.in/fuPvQMa#Java #OOP #Programming #Coding #principles”
July 24, 2019: Javin Paul posted images on LinkedIn
What’s New in IntelliJ IDEA
Code-centric IDE, focused on your productivity. Full Java EE support, deep code understanding, best debugger, refactorings, everything right out of the box…
OpenNLP Tutorial
OpenNLP Tutorial for Beginners – Learn OpenNLP in simple and easy steps starting from basic to advanced concepts with examples including Overview, Environment, Referenced API, Sentence Detection, Tokenization, Named Entity Recognition, Finding Parts of Speech, Parsing the Sentences, Chunking Sentences, Command Line Interface.
10 Books Java Developers Should Read in 2019
A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
Java 8 Stream – Convert List> to List – Mkyong.com
| Updated : July 18, 2019 | Viewed : 138 As title, we can use flatMap to convert it. Java9Example1.java package com.mkyong.test;im….
Top 5 Course to learn Apache Maven for Java Developers
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
Java InfoQ Trends Report – July 2019
The InfoQ Java trend report provides an overview of technology adoption and commentary on how we see the Java and JVM-related space evolving in 2019. Key developments include the release of Java 13, the rise of non-HotSpot JVMs and the evolution of GraalVM, and the changing landscape of Java microservice frameworks.
giltene/heapusewatcher
HeapUseWatcher: A simple tracker of non-ephemeral heap use and live set – giltene/HeapUseWatcher
Java New Features (Java 12, Java 11, Java 10, Java9 & Java8)
Java New Features Introduced In Java12, Java11, Java10, Java 9, Java 8, Java 7 (Lambda, Streams, JPMS, Jlink, Joda etc)
How to create a private GitHub repository example
Now that developers can create a private GitHub repository in its free tier, you may run into issues with the ‘fatal: repository not found’ error message. Here’s how to fix that problem and successfully clone your repository.