PDA

View Full Version : Java Questions



jyank
November 15th, 2005, 05:33 PM
Hello,

When I was in high school I took a few programming classes (VB, JAVA) and then a year of AP computer science, which was java. That was a few years ago now, and for this semester in college I was supposed to take an intro class to java for my degree, however, they saw that I took AP CS and told me I could not take the intro class and go straight into the next one. I understand this, but heres the problem:

That was a while ago! Can't say I remember enough to keep up with the class, so my question is, does anyone have any good guides I can use to freshen up?

Thanks

darth_vector
November 17th, 2005, 06:07 AM
the sun website has a ton of great tutorials for noobs and professionals alike:

http://java.sun.com/learning/tutorial/index.html

enjoy :)

mitchy_g
November 17th, 2005, 07:11 AM
I dug thisup from my bookmarks! here you go

http://www.java2s.com/
Has alot of example code for alot of things

Other than that I would say, get a good book and keep an eye out on the java.sun.com website! Especially the tutorial section, its huge

Mitch

Vegettex
November 17th, 2005, 07:30 AM
In the api is all the information you ever need including method constructors and explanations

jyank
November 17th, 2005, 05:22 PM
Thanks :)

Faerine
November 18th, 2005, 03:45 PM
http://www.cs.iastate.edu/~honavar/JavaNotes/csjava.html

This is an excellent newby tutorial.

rivr_rat
November 18th, 2005, 08:44 PM
please help...ive downloaded ..or tried to download ...java from sun and cannot find it in directories .. followed download instructions and no avail..can someone help me sort this out?

haocheng
November 20th, 2005, 04:19 PM
Actually, I don't know what your problem is.
What do you mean by "cannot find it in directories"???

You can download the latest JDK here:
http://java.sun.com/j2se/1.5.0/download.jsp

Try it again and hope you can make it this time :)