Tutorial on how to create a simple server using the ServerSocket class in Java.
Also find me here:
Baeldung Author
Olayemi Michael
I started coding after high school for fun. Coding became passion and Java became my choice of language. I have 5 years experience developing REST APIs for e-commerce and procurement industry. My major focus include Java, Spring Boot, Databases and Rust. If I'm not coding, I write about nutrition and teach people healthy eating.
Here's what I've written (so far):
Baeldung on Java
- All
- Spring Boot (6)
- Networking (6)
- Java (6)
- Java IO (5)
- Reactive (3)
- Logging (3)
- Spring Security (2)
- Persistence (2)
- IDE (2)
- Core Java (2)
- Testing (1)
- Spring Web (1)
- Spring MVC (1)
- Maven (1)
- Java Web (1)
- Java List (1)
- Java Dates (1)
- Jakarta EE (1)
- JPA (1)
- HTTP Client-Side (1)
- Data (1)
- Artificial Intelligence (1)
- Architecture (1)
Structured Logging in Spring Boot
Filed under Logging, Spring Boot
Tutorial on structured logging in Spring Boot.
Introduction to libGDX
Filed under Java
Introduction to the libGDX library for game development in Java.
Connecting to Remote MySQL Database Through SSH Using Java
Filed under Networking, Persistence
Tutorial on how to connect to a MySQL database running on a remote server through an SSH session.
Java JSch Library to Read Remote File Line by Line
Filed under Java IO, Networking
Tutorial on how to read a file line-by-line from a remote server using JSch.
Reduce Memory Footprint in Java
Filed under Core Java
In this tutorial, we’ll learn how to manually estimate the memory size of a Java application, explore various techniques to reduce the memory footprint, and use the Java Object Layout (JOL) library to verify estimations.
Programmatic Usage of NetBeans Profiler
Filed under IDE
Tutorial on how to use the NetBeans profiler API programmatically to take a heap dump and analyze it using the NetBeans Profiler API.
Accessing Emails From Gmail Using IMAP
Filed under Networking
Tutorial on how to use IMAP to interact with the Gmail server using Java.
Add Jar Files to Java Project Using Visual Studio Code
Filed under IDE
Tutorial on how to add JAR files manually to a VSCode project.