| GitHub | https://github.com/dearrudam |
| YouTube | https://youtube.com/c/MaximillianArruda |
| TwitchTV | https://www.twitch.tv/maxdearruda |
| LinkTree | https://linktr.ee/maxdearruda |
| GitHub | https://github.com/dearrudam |
| YouTube | https://youtube.com/c/MaximillianArruda |
| TwitchTV | https://www.twitch.tv/maxdearruda |
| LinkTree | https://linktr.ee/maxdearruda |
In this new @foojay
podcast, we dive into #Java code. Learn more from Wim De Troyer, @maxdearruda, Rijo Sam, and Igor Kulakov about changes in Spring Boot configurations, different ways to construct complex Java objects, how to create secure random values, how to build a train departure screen, and how to detect duplicate text.
Se cada classe #Java herda de "java.lang.Object", por que não é uma boa prática usá-la como um tipo genérico? 🤔
Ótima pergunta, não é ?!
Spoiler: Erros de tempo de execução, falta de segurança de tipo e muito mais! 🚨
Mais detalhes aqui: 👉https://dev.to/dearrudam/pt-br-por-que-nao-e-uma-boa-pratica-usar-object-como-um-tipo-generico-em-java-44jp
If every #Java class inherits from "java.lang.Object", why isn’t it a good practice to use it as a catch-all type? 🤔 Great question!
Spoiler: It leads to runtime errors, lack of type safety, and more! 🚨
Dive into the details here: 👉
https://dev.to/dearrudam/the-challenges-of-using-object-as-a-catch-all-type-in-java-43le?s=09