In the blog post “Exact Conversion of Long to Int in Java,” I discussed using Math.toIntEx…
Category: dummyCategory
How to Visualize Java Module Graphs – DZone Java
This tutorial demonstrates how to visualize a Jigsaw module graph in a Java application, which can be performed with a few basic commands.
Getting started with Java EE 8, Payara 5 and Eclipse Oxygen
The J*, a blog about Java, JVM, JavaScript and Gentoo Linux
Java 8 language features in Nutshell – Part 1
Hello Friends,It has been quite long when Java 8 was released and now it is getting used more an…
Visitor Design Pattern in Java | Baeldung
A quick and practical overview of the Visitor design pattern in Java.
Top 5 Java Microservices Online Courses with Spring Boot and Spring Cloud
Microservices is the new buzz word in software development word and everybody is talking about it, but it’s been in practice for quite…
adoptopenjdk/openjdk-infrastructure
openjdk-infrastructure – This repo contains all information about machine maintenance
Setup OS X development environments | Udemy
This course covers the easiest way to setup multiple environment stacks. Such as Java, Ruby, DB’s and more – Free Course
Dagger: Implement the full stack with this dependency injector for Java & Android – JAXenter
Today, we’re taking a look at Dagger, the extra-fast dependency injector from Google that generates simple Java at compile for the entire stack.
A Simple Blockchain in Java – DZone Security
A Java developer gives a brief tutorial on how to create and implement a blockchain using the Java language, in this case using the POJO method in Java.
Learn Unit Testing with Junit & Mockito in 30 Steps
Learn Mockito and JUnit – the most popular unit testing and mocking frameworks – with 25 Examples
JavaParser – For processing Java code
myClass . addField ( int . class , “A_CONSTANT” , PUBLIC , STATIC ) ; myClass . addField ( String . class , “name” , PRIVATE ) ; S….
Java Essential Programming | Udemy
Beginner to advance essential JAVA programming techniques training
Why should Java Developer Use Spring to develop RESTful Web Services?
REST has now become a standard way to develop web services and when it comes to Java, there are many frameworks and libraries available…