InterviewSolution
Saved Bookmarks
| 1. |
Solve : just started coding? |
|
Answer» hello
You can find lots of STUFF on-line. Most are free. Here are just a few resources. https://www.amazon.com/s/ref=nb_sb_noss_2?url=search-alias%3Daps&field-keywords=java+kindle&rh=i%3Aaps%2Ck%3Ajava+kindle https://www.lynda.com/Java-training-tutorials/1077-0.html http://www.javaworld.com/article/2076075/learn-java/core-java-learn-java-from-the-ground-up.html quote: Java is a simple, object-oriented, network-savvy, interpreted, ROBUST, secure, architecture-neutral, portable, high-performance, multithreaded, dynamic computer language. That should help you. Also to add to Geeks list ... Youtube has some great tutorials as well. TheNewBoston has some that I have WATCHED on Java and other languages. Usually I am fast forwarding through stuff that I already know, but there is lots to learn on Youtube for free. There are videos for complete beginners all the way up to advanced. One last place to mention is that MIT has open courseware. I have followed through courses they have up for the world to learn from and best part is that its all FREE https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-092-introduction-to-programming-in-java-january-iap-2010/index.htm |
|