© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Marcelo Leonízio
Rio de Janeiro - Brazil
My first contact with java was a few years ago, and it was pretty superficial. In the last week I had a lot of contact, all the exercises I've been doing to deepen my knowledge in OOP were performed with Java, and that changed a key in my head, why d...
Shai Almog
Yak Barber, duck whisperer, hunter of bugs, feeder of dogs, heap climber, stack explorer and rider of shells
Good luck!
FYI new versions of Java also have the record data type which is a more concise syntax.
They also have the var syntax which keeps type safety and more concise code.
Diego Ferreira
Web developer
That was the first time that I look at Java code. And the way you start and extend a Class really familiar.
Nice, bro! Keep going. Writing a comment is a task on my weekly review. :-)
Shai Almog
Yak Barber, duck whisperer, hunter of bugs, feeder of dogs, heap climber, stack explorer and rider of shells
Good luck!
FYI new versions of Java also have the record data type which is a more concise syntax.
They also have the var syntax which keeps type safety and more concise code.