+ 2
after finished sololearn..should i start learning any framewrok..or i need to stick with core java??
I finished java core in sololearn..so it would be the perfect time to start learing any framework or I should learn more about core java....thanks in advance
5 ответов
+ 12
core java until you master it.
after that framework will be easy to learn.
+ 2
Learn more through books. You will get more theoretical knowledge and even practical experience by trying some exercises. Also do indulge in some projects to learn more.
+ 1
@Ekagra... thanks..ya I would like to practice through some projects..but in online only.. factorial..prime..fibonacci these are available..whr can I get more real life related project for practices..
0
@ami_alif What I did initially was to learn by making calculators then shifting to GUI calculators, it helped me much to practice control flow statements, data structures and algorithms. Have you tried udemy Java course ? It has some nice projects to try (it's paid tough). Also work on projects that you think are challenging, you will learn much. I would not really recommend to go for frameworks rather first learn Java SE as much as you can. For online ideas for projects, try this: https://projecteuler.net/archives. Thanks.