How I learned Java
About me
Hey guys, Vinayak here, came from very basic educational background, which helped me to learn everything from basic, and concentrate on the concept rather than running behind theories.
Why I wanted to learn Java
Started my love with computer with C language, when came in contact with Java, and learnt about its features, sadly, my love changed from C to Java
How I approached learning Java
You can't run if you don't know how to walk, I did the same thing in case of my learning of Java, plus my knowledge of C helped me with it. Try learning the most basic programs first, and try running them, they will help you understand how code runs actually. Once the code runs, that excitement will inspire you to learn new things.
Always use the pen and paper when practicing, don't go with IDE, IDE will help you fix the issues, not to learn them.
Challenges I faced
As we know, technology keeps on updating, and so should we. As we know Java now supports lambdas and streaming, that became little hard for me at first, but as I said before, started with basic, learning more about it now.
Key takeaways
I would suggest to first go with the most basic codes, and keep practicing as much as you can, once you see your code running, you will start loving Java for sure...
Tips and advice
I would suggest to first go with the most basic codes, and keep practicing as much as you can, once you see your code running, you will start loving Java for sure...