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.
Navigating Microservices Code Repos

Navigating Microservices Code Repos

5
Comments
6 min read
Advantages of Kotlin

Advantages of Kotlin

4
Comments 1
3 min read
🎯 10 most useful string methods in Java

🎯 10 most useful string methods in Java

9
Comments
3 min read
Spring Boot SwaggerUI 2 Entegrasyonu

Spring Boot SwaggerUI 2 Entegrasyonu

6
Comments
2 min read
Create simple HelloWorld spring application

Create simple HelloWorld spring application

7
Comments 1
4 min read
Demo Swing y API REST

Demo Swing y API REST

4
Comments
1 min read
The Semantic Emptiness of Objects in the If Statement

The Semantic Emptiness of Objects in the If Statement

6
Comments 2
1 min read
When Java meet Docker... Part I

When Java meet Docker... Part I

6
Comments
9 min read
Effective Java: Implement Serializable With Great Caution

Effective Java: Implement Serializable With Great Caution

5
Comments
5 min read
Java Microservice on Google Kubernetes Engine (GKE) Cluster

Java Microservice on Google Kubernetes Engine (GKE) Cluster

12
Comments
10 min read
Stable CI/CD is not a Myth, From Nexus-Jenkins to Github Packages-Actions

Stable CI/CD is not a Myth, From Nexus-Jenkins to Github Packages-Actions

4
Comments
4 min read
Java Serverless on Steroids with fn+GraalVM Hands-On

Java Serverless on Steroids with fn+GraalVM Hands-On

1
Comments
7 min read
How to pass text as input in a POST request body with Jax-RS

How to pass text as input in a POST request body with Jax-RS

6
Comments
1 min read
learn usage about Hashcode and equals in JAVA

learn usage about Hashcode and equals in JAVA

5
Comments
1 min read
Difference between Activity and Fragment

Difference between Activity and Fragment

3
Comments
2 min read
100 Languages Speedrun: Episode 57: Scala

100 Languages Speedrun: Episode 57: Scala

7
Comments 1
7 min read
A Guide to writing to better comments

A Guide to writing to better comments

32
Comments 3
3 min read
Striver's SDE Sheet Journey - #15 Majority Element (>N/2 times)

Striver's SDE Sheet Journey - #15 Majority Element (>N/2 times)

5
Comments
2 min read
Generate PDF Documents in your Spring Boot App with AsciidoctorJ

Generate PDF Documents in your Spring Boot App with AsciidoctorJ

6
Comments
3 min read
Java 8 Collection Framework: Introduction

Java 8 Collection Framework: Introduction

2
Comments
1 min read
You're running untrusted code!

You're running untrusted code!

11
Comments
7 min read
Event Architecture with Spring Cloud Stream

Event Architecture with Spring Cloud Stream

11
Comments
6 min read
Integrating Swagger OpenAPI in spring boot project for easy API documentation

Integrating Swagger OpenAPI in spring boot project for easy API documentation

2
Comments
1 min read
Push Zeros to End of Array(Java)

Push Zeros to End of Array(Java)

9
Comments
1 min read
java traditional method to remove duplicate String

java traditional method to remove duplicate String

3
Comments
1 min read
Remove Duplicate Characters from given string(Java)

Remove Duplicate Characters from given string(Java)

10
Comments 2
1 min read
Reverse Each word in a String

Reverse Each word in a String

9
Comments
1 min read
Reverse a Number (Java)

Reverse a Number (Java)

8
Comments
1 min read
Developer-friendly event sourcing

Developer-friendly event sourcing

6
Comments 2
6 min read
Testing file Download ⬇️ in Spring 🍃 Boot

Testing file Download ⬇️ in Spring 🍃 Boot

5
Comments 2
2 min read
Reverse of a String

Reverse of a String

8
Comments
1 min read
Striver's SDE Sheet Journey - #14 Pow(x,n)

Striver's SDE Sheet Journey - #14 Pow(x,n)

6
Comments
2 min read
Star pattern programs [Tricks] in java

Star pattern programs [Tricks] in java

21
Comments
3 min read
Bubble sort explained to a 6-year-old kid

Bubble sort explained to a 6-year-old kid

7
Comments
6 min read
Abstraction in Java.

Abstraction in Java.

7
Comments
3 min read
Build a social network app with ReactJS, Spring Boot and MongoDB

Build a social network app with ReactJS, Spring Boot and MongoDB

6
Comments
1 min read
JDBC Tutorial Part 3: Using Database Connection Pools

JDBC Tutorial Part 3: Using Database Connection Pools

9
Comments
4 min read
Binary Trees

Binary Trees

6
Comments
3 min read
Striver's SDE Sheet Journey - #13 Search in a 2d Matrix

Striver's SDE Sheet Journey - #13 Search in a 2d Matrix

5
Comments
2 min read
Will a couple of line markers in IDE make your microservice code mode readable?

Will a couple of line markers in IDE make your microservice code mode readable?

8
Comments 2
2 min read
SearchNote - A lightweight, quick, keyboard-centric, search-oriented desktop(linux) app

SearchNote - A lightweight, quick, keyboard-centric, search-oriented desktop(linux) app

6
Comments
1 min read
🎈Using param object in Spring 🍃 Data JPA query

🎈Using param object in Spring 🍃 Data JPA query

9
Comments
1 min read
Method Overriding in Java.

Method Overriding in Java.

6
Comments
2 min read
Rock 'n' Roll Problems

Rock 'n' Roll Problems

5
Comments
2 min read
Denodo Platform-"Develop Rest & GraphQL service using no-code/low-code approach with me 😀😀"

Denodo Platform-"Develop Rest & GraphQL service using no-code/low-code approach with me 😀😀"

4
Comments
7 min read
Spring Auto-wiring and interact with other POJOs

Spring Auto-wiring and interact with other POJOs

6
Comments
5 min read
Creating Custom Hibernate Dialect

Creating Custom Hibernate Dialect

10
Comments 1
3 min read
JDBC Tutorial Part 2: Running SQL Queries

JDBC Tutorial Part 2: Running SQL Queries

8
Comments
6 min read
Integrating GraphQL in Spring boot Project guideline

Integrating GraphQL in Spring boot Project guideline

6
Comments
2 min read
Striver's SDE Sheet Journey - #12 Count inversions in an array

Striver's SDE Sheet Journey - #12 Count inversions in an array

5
Comments
3 min read
How to read file from test resources in java unit test

How to read file from test resources in java unit test

7
Comments
1 min read
Abstraction, Encapsulation & Inheritance

Abstraction, Encapsulation & Inheritance

5
Comments
5 min read
GitHub Actions using the Standard Banking Demo: Put Your First Workflow in Action

GitHub Actions using the Standard Banking Demo: Put Your First Workflow in Action

10
Comments
4 min read
How the JVM Works

How the JVM Works

4
Comments 2
9 min read
Security Puzzle (Log4J Edition)

Security Puzzle (Log4J Edition)

6
Comments
2 min read
JPA One To Many example with Hibernate and Spring Boot

JPA One To Many example with Hibernate and Spring Boot

20
Comments 1
6 min read
What's the Difference Between Nominal, Structural, and Duck Typing?

What's the Difference Between Nominal, Structural, and Duck Typing?

20
Comments 3
3 min read
Using GraphQL Java with Spring

Using GraphQL Java with Spring

5
Comments
10 min read
Functional Interfaces in Kotlin

Functional Interfaces in Kotlin

5
Comments
2 min read
Android CodeView: Auto Intending, Find and replace

Android CodeView: Auto Intending, Find and replace

4
Comments
2 min read
loading...