REST has now become a standard way to develop web services and when it comes to Java, there are many frameworks and libraries available…
Category: dummyCategory
3 Ways to Read File line by line in Java 8? Examples
Java 8 has added a new method called lines() in Files class which can be used to read a file line by line in Java. The beauty of this meth…
annotation package not working for java9 · issue #494 · nasa/trick
When attempting to compile Trick using Java9, I get the following errors involving the annotation package: (package javax.xml.bind.annotation is declared in module java.xml.bind, which is not in th…
The Complete Android Oreo(8.1) , N ,M and Java Development
Learn Android App Development with Android 8 Oreo by building real apps . Migrating existing app to Android Oreo ,Nougat – Free Course
Complete Java programming Masterclass 2018 : Zero to Mastery
The complete java course that will guild you to master java programming, java GUI, JDBC & become java certified in 2018
Default, Defender or Extension Method of Java 8 with Example
Java 8 now allows you to add non-abstract method implementations to interfaces by utilizing the default and static keyword. Methods with …
OpenJ9 XL Heap
Are you looking to run a Java application with OpenJ9 that requires a large heap size (more than ~57GB)? OpenJ9 SDKs with noncompressed references are here! OpenJ9 SDKs with noncompressed reference…
Can we overload static method in Java Program – Example
Blog about Programming, Design, Java, Tutorial, Examples, Interview Questions, Java 5, 6, 7, 8, 9 features, multithreading, Linux, UNIX and tips.
Eclipse OpenJ9 in Containers
There has been a lot of talk about Java not behaving properly when running in a docker container. Many blogs like this cover the problems that Java faces in containers. Although these talks are tar…
Server-side Swift for Java developers – JAXenter
Is Swift the future for server applications or is it just a passing trend? Here’s an introduction to server-side Swift applications for Java developers.
Performance of Java Mapping Frameworks | Baeldung
A practical overview of Java mapping frameworks and their performance.
Java 10 – Local Variable Type Inference
In this article we will see a Java10 feature called Local Variable Type Inference proposed as part o…
Java Annotated Monthly: June 2018 – DZone Java
This month, feast your eyes on tutorials and news pieces about Java and the Java ecosystem, including looking at JDK 8, JDK 9, and JDK 10 a well as Java 11.
How to format/parse dates with LocalDateTime in Java 8 – Example Tutorial
One of the common tasks in Java project is formatting or parsing date to String and vice-versa. Parsing date means you have a String which …