|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
|
|
#1
|
|||
|
|||
|
Java Programming learning?
Hello, so my team has a bunch of people interested in learning how to program in java. Some have taken a course on it for desktop applications and understand how it relates to the robot (from me telling them how) but what we lack is a way to teach new programmers how to well put simple learn to program. Can anyone recommend a good java programming book or website, or tutorial that is closely related to the programming used here?
thanks |
|
#2
|
||||
|
||||
|
Re: Java Programming learning?
Quote:
|
|
#3
|
|||
|
|||
|
Re: Java Programming learning?
Quote:
To get people interested in java, what book would you recommend for them to read that introduces java really good? |
|
#4
|
||||
|
||||
|
Re: Java Programming learning?
This is my personal favorite:
http://www.amazon.com/Java-Tutorial-.../dp/0321334205 also this website: http://download.oracle.com/javase/tutorial/ |
|
#5
|
||||
|
||||
|
Re: Java Programming learning?
My AP Computer Science is using Blue Pelican Java. http://www.bluepelicanjava.com/bookDescription.htm I like it a lot.
|
|
#6
|
|||
|
|||
|
Re: Java Programming learning?
Thanks guys, I will look into them.
ether, thanks i will show these to the programming team thanks again. cgmv123, thanks and i will look into bluej, i have heard of it but haven't actually used the IDE... just to make sure, does it matter what ide you use to code java? thanks everyone Last edited by austin1743 : 06-11-2011 at 21:41. |
|
#7
|
|||
|
|||
|
Re: Java Programming learning?
Hi,
The book I learned java from that I thought was great (and that the people interested in learning programming on my team are using) is Headfirst Java (http://www.amazon.com/Head-First-Jav.../dp/0596009208) I think it does a great job of not being a boring programming book that you have to push yourself through. In terms of IDEs, my AP CS class used BlueJ as well (which quite frankly I didn't like too well). I ended up using netbeans in class. Netbeans is also the IDE that FRC uses, while it probably has a steeper learning curve than BlueJ using it at first avoids the dreaded IDE switch that your programming guys will have to endure when the season starts. I also think that it is more full featured and will acclimate your programmers better to IDEs that are used outside the educational world that BlueJ was designed for. Oliver PS These books are written for Java SE, whereas the robot uses Java ME which lacks a lot of conveniences, however some things are easy to re-implement, ex Lists |
|
#8
|
||||
|
||||
|
Re: Java Programming learning?
Quote:
You can program Java using Notepad or a similar text editor if you want. The only difference is how it works. It doesn't matter what IDE you use and you don't even need an IDE. |
|
#9
|
|||
|
|||
|
Re: Java Programming learning?
Thanks linuxboy for the recommendation of the book, i will look into it.
cgmv123, thanks, that's what i originally thought originally. I started learning java without an IDE but gave up on that when i got recommended netbeans. But i will give all IDe's a shot... Thanks everyone for the advice on books to learn java. I am looking into all of them with intent on becoming a great programmer. I will post here if i got anymore questions, thanks |
|
#10
|
|||
|
|||
|
Re: Java Programming learning?
Quote:
I started using the BlueJ IDE and found that i can compile the code but have yet to run any... How do you run them in bluej to see if they work? All i get is that my syntax is correct ( of course it is) but i cant seem to get it to appear anywhere. I reread the book and couldn't find a location of how to run it... |
|
#11
|
||||
|
||||
|
Re: Java Programming learning?
Right-click the class in the main window and click your main method. (Usually "public static void main(String args[])" A window will pop-up where you can enter arguments. Most of the time you can just click OK.
|
|
#12
|
|||
|
|||
|
Re: Java Programming learning?
thanks
![]() |
|
#13
|
|||
|
|||
|
Re: Java Programming learning?
Check out: http://www.goodsky.tk/vg/
This tutorial was put together by Exploding Bacon's programming mentor. It holds the attention of students by keeping it simple and making games, and Skyler is a talented teacher! |
|
#14
|
||||
|
||||
|
Re: Java Programming learning?
Another good one that is helpful because it doesn't just sound like a stereo manual is Java for Dummies (I believe the current edition is 5). Amazon doesn't want to cooperate with my computer right now so I can't get a URL for you.
The oracle documentation is also helpful, but more for details on particular methods than learning with. |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|