Have a look at different ways to check if a String is a valid date in Java
Also find me here:
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):
Baeldung on Java
- All
- Persistence (1)
- Java String (1)
- Java (1)
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 String
Have a look at ways to convert between a String and a byte array in Java