Have a look at different ways to check if a String is a valid date in Java
Baeldung Author
Chandra Prakash
I am a Computer Scientist and Engineer who is passionate about education. I have been developing software for over 25 years as developer, manager and architect. For the last two years, I have been building an education and software services company called CupRiver. We provide tutoring services to high school and college students, and mentor professionals who want to move into a programming career. We also guide professionals looking to up-skill with technology.
Here's what I've written (so far):
Generate Combinations in Java
Filed under Algorithms
Learn different ways to tackle the k-combinations problem in Java.
Common Hibernate Exceptions
Filed under Persistence
Have a look at some common errors in Hibernate and how to solve them
Convert String to Byte Array and Reverse in Java
Filed under Java
Have a look at ways to convert between a String and a byte array in Java