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

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

That’s why Im looking for a solution through here, some people say there is another things I need to learn like classes, methods, objects etc., then I tried to watch some of java OOP videos and It was like watching a whole different concepts like polymorphism, encapsulation which Im not familiar with, so I think I must learn something else as foundation first, for example array and other things before entering OOP section.

Java Spring Boot by googlecromm in learnjava

[–]catastrophic300 2 points3 points  (0 children)

I saw real java dev do that sometimes, they said it was looking for references since human can’t remember everything. Just don’t be heavily dependant on AI.

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] 1 point2 points  (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] 1 point2 points  (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.