Java books focused on coding exercises
Java Programming Exercises? - Stack Overflow
Any website that offers java programming exercises with solutions from beginner to advance?
Exercises to improve my Java programming skills - Stack Overflow
Videos
Right, so my teacher at my school is teaching stuff which is kinda most of the time difficult and doesn't make any sense, but some of his assignment feels so hard at my current level. I need some other more simple exercises and building it to more intermediate and advanced stage.
For example, at my current situation, I need primarily a lot of practice with boolean stuff (if statements) also importing other classes (Object Orienting Programming) and working with methods such as getter and setter and it should include if statements as well stuff as well. I am also open to a lot of other challenges as well, but I need something to start off with easy level and then building it up slowly, but surely to more and more challenge.
Really appreciate if someone could offer me any website, books etc...
I recommend reading through the Sun's tutorials for code examples and practice in all areas of Java programming, especially the areas you wish to improve in.
Depending on how much of beginner examples you were looking for, check out CodingBat for some good beginner exercises. Project Euler is another good site, but depending on your skill level now, this may be too much, but it's worth trying anyways.
Most importantly, Its also worth noting that personal projects are a great way to start to learn a new language. I would also recommend starting a project that is benefical to you and get cracking right away, no time is better than the present!
When learning a new language, there are some nice problem sets you can use to learn the language better.
- Project Euler has some nice problems with a strong mathematical twist.
- Practice on Google Code Jam past problems, stick to the qualification rounds for the easier problems