DEV Community

Java

More than just a cup of coffee, Java is a high-level, class-based, object-oriented programming language that is designed to have as few implementation dependencies as possible.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
JVM Primer Part 2 - Debugging memory issues

JVM Primer Part 2 - Debugging memory issues

42
Comments
5 min read
Follow These Java Best Practices for Ultimate App Performance

Follow These Java Best Practices for Ultimate App Performance

12
Comments
3 min read
A Primer on JVM Memory Management and Troubleshooting - 1

A Primer on JVM Memory Management and Troubleshooting - 1

38
Comments
4 min read
AtomicReference, a sometimes easier alternative to synchronized blocks

AtomicReference, a sometimes easier alternative to synchronized blocks

8
Comments
4 min read
Implementing in-app language change

Implementing in-app language change

16
Comments
5 min read
Como criar uma aplicação REST API básica com Spark

Como criar uma aplicação REST API básica com Spark

13
Comments
2 min read
Are you worried where your garbage goes?

Are you worried where your garbage goes?

12
Comments 3
2 min read
Kissing the state machine goodbye

Kissing the state machine goodbye

35
Comments 4
6 min read
JVM Architecture 101: Get to Know Your Virtual Machine

JVM Architecture 101: Get to Know Your Virtual Machine

105
Comments 1
5 min read
In-memory database tests with Querydsl

In-memory database tests with Querydsl

27
Comments
5 min read
Read Efficient Data Structures

Read Efficient Data Structures

236
Comments 8
15 min read
How to generate Java Getters and Setters with Lombok (Part 2)

How to generate Java Getters and Setters with Lombok (Part 2)

8
Comments
5 min read
How to generate Java Getters and Setters with Lombok (Part 1)

How to generate Java Getters and Setters with Lombok (Part 1)

25
Comments 5
3 min read
Introduction to Unit Testing with Java

Introduction to Unit Testing with Java

333
Comments 17
9 min read
Ignoring Exceptions in Java

Ignoring Exceptions in Java

17
Comments 1
7 min read
Microbenchmarking on Android

Microbenchmarking on Android

16
Comments
4 min read
Why I Deleted My IDE; and How It Changed My Life For the Better

Why I Deleted My IDE; and How It Changed My Life For the Better

101
Comments 37
8 min read
Java Enterprise 101

Java Enterprise 101

214
Comments 16
8 min read
Explain Java 8's Optional Like I'm Five

Explain Java 8's Optional Like I'm Five

78
Comments 4
1 min read
Dockerizing Java 10 Spring Boot app

Dockerizing Java 10 Spring Boot app

34
Comments
1 min read
Migration from Junit 4 to Junit 5

Migration from Junit 4 to Junit 5

20
Comments 6
6 min read
Elasticsearch(ES) and the hardships

Elasticsearch(ES) and the hardships

24
Comments 3
4 min read
Microframeworks en Java

Microframeworks en Java

8
Comments
3 min read
How to publish a library to a Maven repository with the maven-publish plugin

How to publish a library to a Maven repository with the maven-publish plugin

11
Comments
5 min read
CopyMaker

CopyMaker

7
Comments
1 min read
Override `equals` method in Java

Override `equals` method in Java

8
Comments 1
2 min read
PlugFace Reborn - the Java Plugin System

PlugFace Reborn - the Java Plugin System

12
Comments 1
5 min read
Deploy Java Application To Cloud Foundry In Less Than An Hour

Deploy Java Application To Cloud Foundry In Less Than An Hour

25
Comments
2 min read
Go functional with Java

Go functional with Java

163
Comments 4
4 min read
Beefing Up Your Spring Security with Two-Factor Authentication

Beefing Up Your Spring Security with Two-Factor Authentication

16
Comments 1
10 min read
Introduction to Java: modifiers cheatsheet

Introduction to Java: modifiers cheatsheet

9
Comments
1 min read
Introduction to Aspose.CAD library

Introduction to Aspose.CAD library

8
Comments
5 min read
How to Write a Multiline Lambda in Java 8

How to Write a Multiline Lambda in Java 8

16
Comments 2
1 min read
Maven for Ant People

Maven for Ant People

8
Comments
7 min read
SpringBoot2 Blocking Web vs Reactive Web

SpringBoot2 Blocking Web vs Reactive Web

41
Comments
4 min read
Announcing SneakyThrow: A Java Library to ignore Checked Exceptions

Announcing SneakyThrow: A Java Library to ignore Checked Exceptions

24
Comments
2 min read
Architecture of a JavaFX application

Architecture of a JavaFX application

29
Comments
5 min read
Java - JVM Security Information Gathering

Java - JVM Security Information Gathering

10
Comments
2 min read
var var = var().var.var()

var var = var().var.var()

12
Comments 4
1 min read
Java 9 Flow API

Java 9 Flow API

18
Comments 1
2 min read
Types: When I use, when I don't.

Types: When I use, when I don't.

13
Comments 5
3 min read
Java Object Oriented Programing (OOP)

Java Object Oriented Programing (OOP)

19
Comments
5 min read
Turn Your Spaghetti Code into Functions - Part 3

Turn Your Spaghetti Code into Functions - Part 3

12
Comments 2
5 min read
エポック秒から指定されたタイムゾーンの日付を取得する

エポック秒から指定されたタイムゾーンの日付を取得する

9
Comments
1 min read
文字列連結のパフォーマンス

文字列連結のパフォーマンス

6
Comments
1 min read
カレンダーの行数を求める

カレンダーの行数を求める

10
Comments
1 min read
Java 8 Stream Cheatsheet

Java 8 Stream Cheatsheet

125
Comments 2
3 min read
JAVA and Object Oriented Programming Basic

JAVA and Object Oriented Programming Basic

16
Comments
3 min read
IntelliJ or Eclipse?

IntelliJ or Eclipse?

16
Comments 5
1 min read
Writing Java Command Line Tools is Cumbersome... Or is it???

Writing Java Command Line Tools is Cumbersome... Or is it???

21
Comments 2
3 min read
Time Machine for Java

Time Machine for Java

26
Comments
4 min read
Spring Batch - JPA to XLSX with Apache POI

Spring Batch - JPA to XLSX with Apache POI

7
Comments
3 min read
Deploying Java Apps with Kubernetes and the Ambassador API Gateway

Deploying Java Apps with Kubernetes and the Ambassador API Gateway

22
Comments
13 min read
MockitoでClassオブジェクトを返す

MockitoでClassオブジェクトを返す

7
Comments
1 min read
Do you code `if (foo == true) ` in Java?

Do you code `if (foo == true) ` in Java?

14
Comments 5
1 min read
What a Java programmer should learn to work in Canada? Is it a good lenguage to get a job?

What a Java programmer should learn to work in Canada? Is it a good lenguage to get a job?

11
Comments 4
1 min read
The Auto-breaking Switch Statement: A Proposal

The Auto-breaking Switch Statement: A Proposal

8
Comments 1
1 min read
A small experiment

A small experiment

10
Comments
2 min read
Programmatically check table exist in AWS Dynamo DB from Lambda function

Programmatically check table exist in AWS Dynamo DB from Lambda function

12
Comments
1 min read
5 Ways Developers Waste More Than 20% of Their Work Week

5 Ways Developers Waste More Than 20% of Their Work Week

11
Comments
5 min read
loading...