Let’s take a closer look at the ClassCastException.
Also find me here:
Baeldung Author
Cristian Stancalau
Cristian is a senior software engineer with MSc in Software Engineering and BSc in Computer Science. He has experience with online video streaming since 2008 and Java back-end technologies since 2010. In 2016 he co-founded Streamaxia, a startup focused on delivering solutions for live video stream management. Currently, he offers consulting services on projects in the online video streaming, software development tools, and financial trading industries. Cristian focuses on best practices, testing, and automation to deliver reliable, scalable, and maintainable projects. Whenever time allows, he writes technical articles or contributes as a University Teaching Assistant at Babes-Bolyai University in Cluj-Napoca.
Here's what I've written (so far):
Baeldung on Java
- All
- Spring (1)
- REST (1)
- Java (1)
- Core Java (1)
Does a Method’s Signature Include the Return Type in Java?
Filed under Core Java
Learn why method signatures are comprised of the name and the parameter types’ list in Java.
How to Turn Off Swagger-ui in Production
The Swagger UI can be very helpful during development, but may be a security risk in production. We look at how to ensure it isn’t left accidentally available.