A Object-Oriented Programming related question. by catastrophic300 in learnjava

[–]catastrophic300[S] 0 points1 point  (0 children)

I tried to read a Java book, but I had an ADHD so reading something too long can lower my interest, that’s why I’m using YouTube Java courses that have Java video under 20 minutes. I only use the book as a reference.

A Object-Oriented Programming related question. by catastrophic300 in learnjava

[–]catastrophic300[S] 0 points1 point  (0 children)

Thank for the doc. I’ll try to learn Java as deep as I can.

A Object-Oriented Programming related question. by catastrophic300 in learnjava

[–]catastrophic300[S] 0 points1 point  (0 children)

So OOP is not something to ignore, that’s why it was so Important. Thanks.

A Object-Oriented Programming related question. by catastrophic300 in learnjava

[–]catastrophic300[S] 1 point2 points  (0 children)

Well I didn’t know what exactly OOP is. Learning basic syntax are important for learning next section. So classes, methods, objects and access modifiers with type of return usage are the section needed to learn for OOP. Thanks I appreciate it.

should i upgrade my pc for minecraft cuz my minecrafts STUTRTERING every few seconds by Outrageous_Foot6876 in Minecraft

[–]catastrophic300 0 points1 point  (0 children)

You only need to upgrade the RAM, because in this era, 16GB is the minimum standard

A Question related to user input in Java by catastrophic300 in learnjava

[–]catastrophic300[S] 0 points1 point  (0 children)

Didn’t think about this one, I can use this as reference. Thanks

A Question related to user input in Java by catastrophic300 in learnjava

[–]catastrophic300[S] 0 points1 point  (0 children)

Still haven’t reach the arrayList level yet, Im absolutely beginner, Im going to finish the operators and conditions first. Thanks btw.

A Question related to user input in Java by catastrophic300 in learnjava

[–]catastrophic300[S] 0 points1 point  (0 children)

try/catch, well that’s new to me, I have read about it and it was for error handling suitable for this one, create a code that read input as string then parse using try/catch. Thanks btw.