Forem

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.
Mastering Constraints and Problem-Solving Strategies in DSA
Cover image for Mastering Constraints and Problem-Solving Strategies in DSA

Mastering Constraints and Problem-Solving Strategies in DSA

4
Comments
6 min read
Mastering DSA with Pen and Paper: Unplug and Think Like a Problem-Solver
Cover image for Mastering DSA with Pen and Paper: Unplug and Think Like a Problem-Solver

Mastering DSA with Pen and Paper: Unplug and Think Like a Problem-Solver

4
Comments
5 min read
Ultimate Guide to the Best Resources, Books, and Problems for DSA Mastery: "Which I Personally Use."
Cover image for Ultimate Guide to the Best Resources, Books, and Problems for DSA Mastery: "Which I Personally Use."

Ultimate Guide to the Best Resources, Books, and Problems for DSA Mastery: "Which I Personally Use."

8
Comments
9 min read
How to Start DSA (Data Structures & Algorithms) as a Beginner
Cover image for How to Start DSA (Data Structures & Algorithms) as a Beginner

How to Start DSA (Data Structures & Algorithms) as a Beginner

2
Comments
5 min read
MongoDB Sharding

MongoDB Sharding

Comments
1 min read
Mind-blowing: Why 1 == 1 is 🟢 true, but 128 == 128 is 🔴 false in Java?
Cover image for Mind-blowing: Why 1 == 1 is 🟢 true, but 128 == 128 is 🔴 false in Java?

Mind-blowing: Why 1 == 1 is 🟢 true, but 128 == 128 is 🔴 false in Java?

5
Comments
1 min read
Ulyp: Recording Java code execution for faster debugging (Part 1)

Ulyp: Recording Java code execution for faster debugging (Part 1)

3
Comments
7 min read
Find the First Non-Repeated Character in a String

Find the First Non-Repeated Character in a String

6
Comments
1 min read
Mastering the Fundamentals of Object-Oriented Programming (OOP) in Java

Mastering the Fundamentals of Object-Oriented Programming (OOP) in Java

Comments 1
3 min read
JDK, JVM, and JRE: The Three Musketeers of Java Development 🏇
Cover image for JDK, JVM, and JRE: The Three Musketeers of Java Development 🏇

JDK, JVM, and JRE: The Three Musketeers of Java Development 🏇

1
Comments
4 min read
The Magic of `static` in Java: One for All, and All for One!
Cover image for The Magic of `static` in Java: One for All, and All for One!

The Magic of `static` in Java: One for All, and All for One!

Comments
5 min read
Java Streams: The Ultimate Guide for Complete Beginners
Cover image for Java Streams: The Ultimate Guide for Complete Beginners

Java Streams: The Ultimate Guide for Complete Beginners

3
Comments
5 min read
Java Classes and Objects: The Blueprint to Your Code Kingdom 🏰
Cover image for Java Classes and Objects: The Blueprint to Your Code Kingdom 🏰

Java Classes and Objects: The Blueprint to Your Code Kingdom 🏰

1
Comments
4 min read
Teste do Capítulo 8

Teste do Capítulo 8

Comments
2 min read
Arrays vs. ArrayLists: A Must-Know Topic for Java Interviews
Cover image for Arrays vs. ArrayLists: A Must-Know Topic for Java Interviews

Arrays vs. ArrayLists: A Must-Know Topic for Java Interviews

6
Comments
4 min read
Creating Docker Image of Spring Boot Application using Buildpacks

Creating Docker Image of Spring Boot Application using Buildpacks

1
Comments
6 min read
Understanding Object Calisthenics: Writing Cleaner Code

Understanding Object Calisthenics: Writing Cleaner Code

2
Comments
10 min read
Evolução do "switch case" do Java 8 ao Java 21 🎯

Evolução do "switch case" do Java 8 ao Java 21 🎯

2
Comments
4 min read
Fibonacci, Integer overflow, memoization e um exagero
Cover image for Fibonacci, Integer overflow, memoization e um exagero

Fibonacci, Integer overflow, memoization e um exagero

6
Comments 1
3 min read
Upcasting — Using a Superclass Reference for a Subclass Object
Cover image for Upcasting — Using a Superclass Reference for a Subclass Object

Upcasting — Using a Superclass Reference for a Subclass Object

Comments
2 min read
Mapping inheritance hierarchies with MapStruct

Mapping inheritance hierarchies with MapStruct

1
Comments
6 min read
Java 101: Understanding Variables, Data Types, and Input/Output
Cover image for Java 101: Understanding Variables, Data Types, and Input/Output

Java 101: Understanding Variables, Data Types, and Input/Output

6
Comments
5 min read
The Art of Full Stack Debugging
Cover image for The Art of Full Stack Debugging

The Art of Full Stack Debugging

21
Comments 1
7 min read
Mastering Java 8 in One Go: A Fun Ride to Functional Paradise
Cover image for Mastering Java 8 in One Go: A Fun Ride to Functional Paradise

Mastering Java 8 in One Go: A Fun Ride to Functional Paradise

2
Comments
5 min read
Understanding ArrayList: Essential Knowledge for Interviews
Cover image for Understanding ArrayList: Essential Knowledge for Interviews

Understanding ArrayList: Essential Knowledge for Interviews

8
Comments 2
3 min read
loading...