Any good websites for learning Java?

  • Context: Java 
  • Thread starter Thread starter Math10
  • Start date Start date
  • Tags Tags
    Java Websites
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
7 replies · 2K views
Math10
Messages
301
Reaction score
0
I want to develop an Android app but I need to learn Java first. What are some good websites to learn Java?
 
Physics news on Phys.org
http://www.tutorialspoint.com/tutorialslibrary.htm this is the place from where I used to learn Java, however there aren't any challenges, and I had some experience with C before I used to learn Java. If you don't have any perior experience with programming I would recommend you Head First Java. However you said you want to learn Android, after learning the basics of the language, learn algorithms and design patterns, java is perfect language for learning those two and believe me you will need it. To add that android is complex system, you will need to learn a lot of things about it, before start programming.
 
  • Like
Likes   Reactions: Math10
Thank you for the info.
 
Codingbat is great for quick java problems and practicing your problem solving abilities. For learning Android specifically, I highly recommended checking out Treehouse (team treehouse.com). Their UI is great and the app is awesome. Also, YouTube is your friend.
 
Thank you for the extra info.
 
Thank you for the info!