Click to See Complete Forum and Search --> : mommy wow i gotta learn java now!
[GoRN]
02-05-2001, 11:35 PM
i know perl/c++/c but for a computer project for class i need to learn java. i understand the /basicis/ like hello world, how everything is a pointer, and why string[1] doesn't work grrrr
but i could use some good howtos, if any of you know any?
also if you have short pieces of java code that do whatever, but are simple posting would be nice, i learn best from example.
thanks guys!
-out-
Paul Weaver
02-06-2001, 02:10 AM
System.out.println(" :cool: debian :cool: "); ;)
I used this page (http://java.sun.com/j2se/1.3/docs/api/overview-summary.html) quite heavily for my first few (and only, so far) java projects.
It might be worthwhile to check out http://java.sun.com/ (the main page for that other link)
also; has some potentially useful stuff.
nanode
02-06-2001, 11:52 AM
http://java.sun.com/j2se/1.3/docs/api/index.html
That is my Java Dictionary :)
http://yunt.net/geek/thinkjava/TIJ2R1.html
That's Bruce Eckel's 'Thinking in Java' It's one of my favorite programming books. That's an older edition, but the content should be the same. It'll take you from "What is an object?" to more advanced topics.
If you get specific questions, ask in this forum. There are a handful of Java coders here now.
Strike
02-06-2001, 11:57 AM
http://www.bruceeckel.com/TIJ2/index.html
saras
02-06-2001, 07:36 PM
I downloaded NetBeans now called Forte from Sun. The community edition is free. It works good on Linux. Go thru the samples and then *read* the Java Tutorial from Sun. After that you'll be well on your way.
nanode
02-07-2001, 01:34 AM
I tried forte on win2k (pIII w/ 256MB RAM) ran real slow :(
Is there a relative improvement in Linux?