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.
Why is C so fast

Why is C so fast

4
Comments
1 min read
Do you know what is queue data-structure ?

Do you know what is queue data-structure ?

5
Comments
3 min read
How SOLID is your code? - Introduction

How SOLID is your code? - Introduction

9
Comments
1 min read
How to use Circuit Breaker in a Spring Boot Application

How to use Circuit Breaker in a Spring Boot Application

11
Comments
8 min read
Run MongoDB Atlas locally for testing

Run MongoDB Atlas locally for testing

10
Comments
5 min read
How To Create a Dictionary In Java

How To Create a Dictionary In Java

5
Comments
6 min read
สร้าง java project เล็กๆด้วย Gradle

สร้าง java project เล็กๆด้วย Gradle

7
Comments
2 min read
Solution: Roman to Integer

Solution: Roman to Integer

86
Comments 25
4 min read
Insert footnote to word using Java

Insert footnote to word using Java

4
Comments
3 min read
Handling Cross-Site Scripting (XSS) in Java

Handling Cross-Site Scripting (XSS) in Java

7
Comments
2 min read
Calling super() - [OOP & Java #12]

Calling super() - [OOP & Java #12]

4
Comments 2
4 min read
Day 26: Merge Sort

Day 26: Merge Sort

6
Comments
1 min read
Annotations in Java

Annotations in Java

11
Comments
6 min read
Solution: Shortest Unsorted Continuous Subarray

Solution: Shortest Unsorted Continuous Subarray

8
Comments
4 min read
Are JavaScript and Java same?

Are JavaScript and Java same?

15
Comments 5
3 min read
Effective Java: Prefer for-each loops to traditional for loops

Effective Java: Prefer for-each loops to traditional for loops

3
Comments
2 min read
Getting Started With RSocket Part 2

Getting Started With RSocket Part 2

2
Comments 4
8 min read
Solution: Score of Parentheses

Solution: Score of Parentheses

8
Comments
3 min read
Simple Java Command Line Argument Parser Implementation

Simple Java Command Line Argument Parser Implementation

3
Comments
3 min read
How To Upgrade From Selenium 3 To Selenium 4?

How To Upgrade From Selenium 3 To Selenium 4?

4
Comments
12 min read
Solution: Search a 2D Matrix II

Solution: Search a 2D Matrix II

7
Comments 1
3 min read
Diagrama de Classe na IDE Eclipse

Diagrama de Classe na IDE Eclipse

3
Comments
2 min read
LOGIN EN JSP Y MYSQL HACIENDO USO DE MVC CON TIPOS DE USUARIO

LOGIN EN JSP Y MYSQL HACIENDO USO DE MVC CON TIPOS DE USUARIO

1
Comments
6 min read
A Twitter bot to explore the Awesome Java list

A Twitter bot to explore the Awesome Java list

5
Comments
2 min read
Water the plants complete solution with full logic in O(n), 28 days solution .(java)

Water the plants complete solution with full logic in O(n), 28 days solution .(java)

1
Comments
1 min read
Using Third Party Libraries with WayScript's Code Editors

Using Third Party Libraries with WayScript's Code Editors

4
Comments
2 min read
Android Java GRPC Tutorial

Android Java GRPC Tutorial

5
Comments
3 min read
Solution: Longest Word in Dictionary through Deleting

Solution: Longest Word in Dictionary through Deleting

5
Comments
3 min read
How To Group Test Cases In TestNG [with Examples]

How To Group Test Cases In TestNG [with Examples]

3
Comments
19 min read
Solution: Find the Most Competitive Subsequence

Solution: Find the Most Competitive Subsequence

7
Comments
3 min read
Open Source Relax, Recharge, Refresh (OSSRRR) v3.0 the virtual edition

Open Source Relax, Recharge, Refresh (OSSRRR) v3.0 the virtual edition

2
Comments
3 min read
Optional.stream()

Optional.stream()

3
Comments
2 min read
Stack Data Structure

Stack Data Structure

3
Comments
3 min read
Important IntelliJ Idea Shortcuts I use in my day-to-day coding

Important IntelliJ Idea Shortcuts I use in my day-to-day coding

2
Comments
1 min read
Solution: Broken Calculator

Solution: Broken Calculator

9
Comments 2
4 min read
Alexa Skills Testing with Java

Alexa Skills Testing with Java

4
Comments 1
3 min read
New and Fresh Steam API

New and Fresh Steam API

9
Comments
2 min read
3 programming paradigms that every Object-Oriented developer should know

3 programming paradigms that every Object-Oriented developer should know

7
Comments
2 min read
A reflection on modern software development

A reflection on modern software development

8
Comments
9 min read
3 data-related programming paradigms that every developer should know

3 data-related programming paradigms that every developer should know

2
Comments
2 min read
UML Diagrams: Sequence Diagram Overview

UML Diagrams: Sequence Diagram Overview

16
Comments 3
6 min read
Pokemons ensinam: POO

Pokemons ensinam: POO

25
Comments
16 min read
Solution: Container With Most Water

Solution: Container With Most Water

27
Comments 5
4 min read
Quick Guide: Developer News and Tech Updates for 2021

Quick Guide: Developer News and Tech Updates for 2021

7
Comments 2
6 min read
Inter-communication between native modules on React Native

Inter-communication between native modules on React Native

13
Comments 1
2 min read
Solution: Minimum Remove to Make Valid Parentheses

Solution: Minimum Remove to Make Valid Parentheses

10
Comments 1
4 min read
Why is it important to create a default constructor explicitly when we create a parametrized constructor explicitly??

Why is it important to create a default constructor explicitly when we create a parametrized constructor explicitly??

2
Comments 3
1 min read
Day 20: Seven-segment display

Day 20: Seven-segment display

3
Comments
1 min read
Java ecosystem survey 2021: We need your input

Java ecosystem survey 2021: We need your input

2
Comments
2 min read
Integrating Push Notifications with Firebase Java API

Integrating Push Notifications with Firebase Java API

6
Comments
7 min read
Simplifying Spring Security

Simplifying Spring Security

8
Comments
2 min read
A Look at the Long-Lasting Java and Big Data Relationship (With a List of Resources Data Scientists Can Use for Java Learning)

A Look at the Long-Lasting Java and Big Data Relationship (With a List of Resources Data Scientists Can Use for Java Learning)

5
Comments 1
8 min read
A Short Example of Real-Time Event Streaming Using Spring WebFlux

A Short Example of Real-Time Event Streaming Using Spring WebFlux

2
Comments
2 min read
Solve the problems with dependencies in Java

Solve the problems with dependencies in Java

5
Comments
4 min read
Where to Get Daily Coding Practice in Java

Where to Get Daily Coding Practice in Java

14
Comments 1
6 min read
Solution: The K Weakest Rows in a Matrix (ver. 1)

Solution: The K Weakest Rows in a Matrix (ver. 1)

6
Comments
4 min read
Tricky Dataflow ep.2 : Import documents from MongoDB views

Tricky Dataflow ep.2 : Import documents from MongoDB views

6
Comments
5 min read
Why Selenium WebDriver is an Interface?

Why Selenium WebDriver is an Interface?

4
Comments
2 min read
How to fetch REST API every 2 seconds with RxJava 2

How to fetch REST API every 2 seconds with RxJava 2

6
Comments
7 min read
Difference between Linked List and Array in CPP

Difference between Linked List and Array in CPP

12
Comments 4
1 min read
loading...