What is a good way to start learning Java?
-
I've recently been interested in programming, specifically Java. I've been looking at some video's on YouTube, but I don't know if It's the best way to start. What's the best way to start learning Java for someone that is completely knew to It?
-
Answer:
My collage taught me these things about java in the following order. 1.What a main method is 2.what primitive types are and how to use them 3.what if statements are 4.what while and for loops are and how to iterate through them properly 5.what a method is and how to use them 6.what classes are and how to use them (also what the key words private, public, protected, final, static) 7.what polymorphism and inheritance is and how to use it (super classes, abstract classes, and interfaces) 8.what generic types are and how to use them\ these things will take you a year to learn fully if you keep at it but if you learn these things you will have a good understanding of the java language. if you want to start programming right now download eclipse it is a free java compiler that will allow you to write programs. let me give you a piece of advise if you are serious about learning programming it will take you a while to do even the most simple things most people who try and start programming feel lost and stupid all of the time(I did) don't let that phase you keep at it and be stubborn and you will get where you want to go.
Lee at Yahoo! Answers Visit the source
Other answers
If you get a formal course on how to program in Java, I think that's the best way to learn. If you have a local library, see if they have a Java book (maybe one of those programming for Dummies books). Despite the title, those books are definitely a great way to begin anything. They provide good information in a very accessible format. I highly recommend using books. I'm currently at the end of a Masters course and never used books during my undergraduate degree. I completely regret that now because I've used books all this year and found them great! The real best way to learn any language is to learn the concepts and then just start playing around with the language. If you're a logical person, the more you attempt to write programs, the more you figure out about the language. For example, try to write a simple program that displays the grade based on the percentage you received. So like 0-39% displays "F", 40-55% displays "D", etc. Then just build bigger and more complex programs from there.
jaych1001
In my opinion, the best way to learn Java, is to buy nice book and learn by yourself. I'll suggest you Head First Java - http://www.amazon.com/Head-First-Java-2nd-Edition/dp/0596009208/ref=sr_1_2?s=books&tag=basebal-20&ie=UTF8&qid=1334647100&sr=1-2 Java, A Beginner's Guide - http://www.amazon.com/Java-Beginners-Guide-5th-Edition/dp/0071606327/ref=sr_1_7?s=books&tag=basebal-20&ie=UTF8&qid=1334647100&sr=1-7 Java For Dummies - http://www.amazon.com/Java-For-Dummies-Barry-Burd/dp/0470371730/ref=sr_1_9?s=books&tag=basebal-20&ie=UTF8&qid=1334647100&sr=1-9 and Building Java Programs: A Back to Basics Approach - http://www.amazon.com/Building-Java-Programs-Approach-Edition/dp/0136091814/ref=sr_1_1?s=books&tag=basebal-20&ie=UTF8&qid=1335387663&sr=1-1 Also, check these useful websites Java Beginner Tutorial http://www.javabeginner.com/ Introduction to Programming Using Java http://math.hws.edu/javanotes/ Learning the Java Language http://docs.oracle.com/javase/tutorial/java/ Learn Java from the ground up http://www.javaworld.com/javaworld/jw-03-2000/jw-0331-java101.html JavaRanch.com http://www.javaranch.com/ Master the basic concepts and practice a lot with sample programs.
MaX
a lot of community colleges offer programming basic courses where you get an intro to java as well as many other types of programming languages. But if that isn't an option, there are plenty of books on Amazon to learn the basics/advances of Java
oxskittlefreekxo
Related Q & A:
- What is a good way to advertise enexpensively for a small business? It is handyman work?Best solution by Yahoo! Answers
- What's a good way to let a girl know you are interested in her?Best solution by Yahoo! Answers
- What is a good subject to start a blog about?Best solution by molly-greene.com
- What is a good way to break in a snowboard?Best solution by answers.yahoo.com
- What is a good way to promote a movie?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.