0

What is the best practice to learn Java easily?

I need to know how i practice code daily for fast learning.

4th Nov 2019, 6:19 AM
Md. tayobur rahman
Md. tayobur rahman - avatar
2 Answers
+ 1
Java is vast, it uses OOP, collections framework then you have exception handling then you have generics, multithreading then you have lambda expressions and streams also you have JDBC. When you make sure that you have completed these things in detail. Only then move for doing any coding practice or projects. Because the above mentioned topics can get tougher as you really start going deep and you wouldn't like to google things every now and then when solving a problem. Some practice code can be found on my profile. Happy learning👍
4th Nov 2019, 6:41 AM
Avinesh
Avinesh - avatar
0
Check this code. It can help you to learn programming faster https://code.sololearn.com/WGPZqz8gv0wr/?ref=app
4th Nov 2019, 9:10 AM
AÍąJ
AÍąJ - avatar