最新发布第1262页
The `else if` Keyword Doesn’t Exist in Java-拾光赋

The `else if` Keyword Doesn’t Exist in Java

The `else if` Keyword Doesn’t Exist in Java, Coding Tangents (10 Part Series) 1 Be Careful with Scanner Methods in Java 2 Be Careful with String’s Substring Method in Java ... 6 ...
C# for the Java Developer: Extension Methods-拾光赋

C# for the Java Developer: Extension Methods

C# for the Java Developer: Extension Methods, C# for the Java Developer (4 Part Series) 1 C# for the Java Developer: Extension Methods 2 C# for the Java Developer: Generics 3 C# fo...
The beginner's guide to Spring Boot-拾光赋

The beginner’s guide to Spring Boot

The beginner's guide to Spring Boot,Disclaimer: This article probably seems shorter than you have expected regarding its title. In the end you will have learned that it's not. Spri...
Android == Java but Java != Android-拾光赋

Android == Java but Java != Android

Android == Java but Java != Android,Maybe a strange title but let me give a small explanation. Btw I know there is also Kotlin but I am leaving it out of this, only talking about A...
A Context-Free Grammar Tutorial-拾光赋

A Context-Free Grammar Tutorial

A Context-Free Grammar Tutorial, I recently came across a tutorial on context-free grammars with several examples of common patterns you can find in those grammars and I thought to...
Lightweight serverless Java functions with Quarkus-拾光赋

Lightweight serverless Java functions with Quarkus

Lightweight serverless Java functions with Quarkus,Quarkus is a “next-generation Kubernetes native Java framework” which is available as open source. Quarkus promises fast boot t...
What is a Volatile Variable in Java?-拾光赋

What is a Volatile Variable in Java?

What is a Volatile Variable in Java?,The volatile keyword is one of the less known and less understood keywords of the Java language. The goal of this article is to explain what it...
kity的头像-拾光赋kity6年前
0457
Intersection Types in Java-拾光赋

Intersection Types in Java

Intersection Types in Java,This blog post aims to explain how we can use intersection types in Java when we expect an object that implements different interfaces. Interface Segrega...
kity的头像-拾光赋kity6年前
04614
How to start with unit testing in Java: A complete introduction to JUnit 5-拾光赋

How to start with unit testing in Java: A complete introduction to JUnit 5

How to start with unit testing in Java: A complete introduction to JUnit 5,Hello Dev.to! In this post, I would like to focus on unit testing in Java with JUnit5 library. It introdu...
Quarkus: Introduction of New Method for Quickly Launching Java applications on Container-拾光赋

Quarkus: Introduction of New Method for Quickly Launching Java applications on Container

Quarkus: Introduction of New Method for Quickly Launching Java applications on Container,Please refer to the article such kind of person who think that starting Java applications o...
Controlling the Time in Java-拾光赋

Controlling the Time in Java

Controlling the Time in Java,Time is a tricky thing, it’s always changing. Having such moving parts into the codebase can be very annoying when testing, for instance. In this arti...
Use JFlex and Jacc Together-拾光赋

Use JFlex and Jacc Together

Use JFlex and Jacc Together, Just as JFlex generates lexers, Jacc generates parsers, but what’s the difference? A lexer can recognize words and a parser can recognize whole senten...