Java in netbeans Tutorials

Get help on programming - C++, Java, Delphi, etc.
Post Reply
Salomon
Registered User
Posts: 13
Joined: 10 Feb 2010, 20:57
Location: SA

Java in netbeans Tutorials

Post by Salomon »

Hi all!
I've started programming java in netbeans, but I can't find any ebooks or tutorials that are really usefull. I don't want to do seperate tutorials for everything (e.g. a tutorial on classes, one on methods etc.). I would appreciate it if someone could tell me where i can find a good tutorial or download an ebook. I've already done a tutorial at www.homeandlearn.co.uk and i quite enjoyed it! But i'm looking for something more challenging. I have programmed a lot in c# so it doesnt have to be very easy or something :) thanx!
RuadRauFlessa
Registered User
Posts: 20576
Joined: 19 Sep 2003, 02:00
Location: Bloodbank

Re: Java in netbeans Tutorials

Post by RuadRauFlessa »

Hmm Java for dummies much???
:rock: :rock: :rock: :rock: :rock: :rock: :rock: :rock: :rock: :rock:
Spoiler (show)
Intel Core i7-2600k @ 3.4GHz
Corsair Vengence 2x4GB DDR3 2000MHz
Thermaltake Toughpower 850W
ASUS nVidia GTX560 1GB
CoolerMaster HAF 932
RuadRauFlessa
Registered User
Posts: 20576
Joined: 19 Sep 2003, 02:00
Location: Bloodbank

Re: Java in netbeans Tutorials

Post by RuadRauFlessa »

On a more serious note... Try and get hold of a Stuart Fripp book.
:rock: :rock: :rock: :rock: :rock: :rock: :rock: :rock: :rock: :rock:
Spoiler (show)
Intel Core i7-2600k @ 3.4GHz
Corsair Vengence 2x4GB DDR3 2000MHz
Thermaltake Toughpower 850W
ASUS nVidia GTX560 1GB
CoolerMaster HAF 932
User avatar
rustypup
Registered User
Posts: 8872
Joined: 13 Dec 2004, 02:00
Location: nullus pixius demonica
Contact:

Re: Java in netbeans Tutorials

Post by rustypup »

nothing wrong with take the standard trails - they make for a solid launchpad into the language...

secondly, apply them as you're learning... the best project i have seen to date is a chat app... it combines NIO, cryptography, custom GUI design, scripting, threading, RFC application, etc.. so, the full gamut of skills you would need to apply in a professional environment...
Most people would sooner die than think; in fact, they do so - Bertrand Russel
Salomon
Registered User
Posts: 13
Joined: 10 Feb 2010, 20:57
Location: SA

Re: Java in netbeans Tutorials

Post by Salomon »

thanx guys, i hope i get what i want =)
Post Reply