How's that whole java learning thing going? Check out http://www.mindview.net/Books/TIJ/ for Bruce Eckel's "Thinking in Java", free online (but you can buy this in book stores too).
I also recommend when you're programming that you use either JBuilder or Eclipse.. I'm not sure which one I like better, but JBuilder is easier to use. Eclipse is free. Hmm. Each one has its ups and downs. But the real advantage is that as you're programming, it helps you out by suggesting what could come next as you're typing a line of code. That *really* helps you learn the language.
Let me know if you need help with it though. I just got done designing, building, and implementing a MySQL database with several Java front-ends, including a graphical and non-graphical user interface, to store test results from software regression tests.
Comments 3
Reply
I also recommend when you're programming that you use either JBuilder or Eclipse.. I'm not sure which one I like better, but JBuilder is easier to use. Eclipse is free. Hmm. Each one has its ups and downs. But the real advantage is that as you're programming, it helps you out by suggesting what could come next as you're typing a line of code. That *really* helps you learn the language.
Let me know if you need help with it though. I just got done designing, building, and implementing a MySQL database with several Java front-ends, including a graphical and non-graphical user interface, to store test results from software regression tests.
Reply
Reply
Leave a comment