Education won't help those who are proudly and willfully ignorant. They'll literally rather die before changing.
Education won't help those who are proudly and willfully ignorant. They'll literally rather die before changing.
Liutauras Vilda wrote:Now that someone mentioned Sealed classes, that's not something I've personally used in Java yet - you see, as I write this post, at the same time reading about them and trying to play around to get a better sense what exactly they are and how to use them.
Education won't help those who are proudly and willfully ignorant. They'll literally rather die before changing.
Jhonson Fernando wrote:
Here are the links to the changes in the latest versions of Java:
https://docs.oracle.com/en/java/javase/21/language/java-language-changes.html#GUID-6459681C-6881-45D8-B0DB-395D1BD6DB9B
https://docs.oracle.com/en/java/javase/23/language/java-language-changes.html#GUID-6459681C-6881-45D8-B0DB-395D1BD6DB9B
Tim Holloway wrote:
I think you'll find that it's like riding a bicycle. Just find some Java code and play with it.
Tim Holloway wrote:
Spring Boot is another game changer.
Tim Holloway wrote:
I'd like to note that I do NOT recommend doing new development using Java 8. Go for at least Java 11, which is the next-highest Long-Term Support (LTS) version. Between Java 8 and 11 modules were introduced and there were serious and disruptive changes in introspection. I learned that the hard way when trying to upgrade the JavaRanch Jforum server code.
Liutauras Vilda wrote:
To be honest, I don't think someone invented a better way to gain / regain confidence other than just by actually doing.
Liutauras Vilda wrote:
read Java forums here (and try to contribute answering others questions)
Paul Clapham wrote:
I made some of the classes in my hobby app into sealed classes, just because it's my plan to try out new Java features as they arrive
Paul Clapham wrote:
I made some of the classes in my hobby app into sealed classes, just because it's my plan to try out new Java features as they arrive. So they're sealed and have a few implementations. But now what? In my case it's not like other people are going to build rogue subclasses which shouldn't be subclasses.
Education won't help those who are proudly and willfully ignorant. They'll literally rather die before changing.
Tim Holloway wrote:I'm note sure I understood that last part. If you are talking webapps/Spring Boot, it's not "just java", it's "just" (core) Java + JEE.
See ya later boys, I think I'm in love. Oh wait, she's just a tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
|