+ 3
keep trying to lean it snd you will understsnd it
As the title says i keep trying to understand some concept in java programming but is it true if i keep trying then i will finaly understand those concept Same goes for learning right?
6 ответов
+ 4
Absolutely!
Although, if you can't seem to understand something no matter how hard you try, perhaps take a step back and see if there's anything you don't understand that you may have skipped over. You'll get it eventually.
+ 1
@tt Junior
I see you're trying Java.
With Java, Do not worry about what these mean:
class, public, static, void.
Until you learn more. (I find those who dive straight into that are less successful and likely turn to Python).
Start with something like this:
* How do I print to the console?
Then learn things like:
* Some Arithmetic
* More with variables
* Then maybe get into if/else statements
* Strings
* Arrays
* Loops
* Methods
* Exceptions
* Parameters
* Return types
* How to take user input
// This is another thing that will make beginner's turn away from Java, so I'm recommending you get into it later
* Classes
* Accessibility
* OOP
* Files (Writing/Reading)
* Sorting Algorithms
+ 1
If you kind enough to list
The things that are useless to learn in java
+ 1
Useless:
* goto
This keyword was removed.
That's all I can really think of to be honest.
0
i understand nothing
0
thanks