Learn different ways to generate all possible IP addresses from a given numeric string in Java, including brute force, backtracking, and dynamic programming.
Also find me here:
Baeldung Editor
Dominique Plante
Dominique has over two decades of industry experience in several domains, including finance and health care. He is passionate about solving complex software and data problems and writing high-quality, testable code. He enjoys listening to music, and podcast, and running on and off the trails in his spare time.
Here's what I've reviewed (so far):
Baeldung on Java
- All
- Java String (4)
- Java Numbers (3)
- Java (3)
- Testing (2)
- Algorithms (2)
- XML (1)
- Spring WebFlux (1)
- Reactive (1)
- Persistence (1)
- Networking (1)
- Maven (1)
- Java List (1)
- Java Dates (1)
- Java Collections (1)
- Java Array (1)
- JPA (1)
- Data (1)
- Core Java (1)
Debugging Quarkus Applications
Filed under Testing
Learn different techniques for debugging Quarkus applications.
Connect to Oracle Database with JDBC Driver
Filed under Persistence
Learn how to connect to an Oracle Database with JDBC Driver.
Invoke a GoLang Function from Java
Filed under Java
Learn how to invoke a GoLang function from Java.
EntityManagerFactory vs. SessionFactory
Filed under JPA
Learn about the similarities and difference between EntityManagerFactory and SessionFactory.
How to Append a Newline to a StringBuilder
Filed under Java String
Learn how to append a newline to a StringBuilder
Convert String XML Fragment to Document Node in Java
Filed under XML
Learn how to convert string XML fragment to document node in Java
Execute Synchronous Requests Using WebClient
Filed under Reactive, Spring WebFlux
Learn how to execute synchronous requests using WebClient.
Difference Between getText() and getAttribute() in Selenium WebDriver
Filed under Testing
Learn the difference between getText() and getAttribute() in Selenium WebDriver.