473,394 Members | 1,746 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Where to start learning Java

I know this is an open-ended question. But, can someone recommend a path
for learning Java. I have some minimal background in programming, C and
C++. Time constraints ony allow me a few hours in the evening to work on
this. Any recommendations on books, CBT or on-line training would be great.

Thank you,

Rick
Jul 17 '05 #1
6 5522
In article <pa***************************@optonline.net>,
Rick <ri******@optonline.net> wrote:
I know this is an open-ended question. But, can someone recommend a path
for learning Java. I have some minimal background in programming, C and
C++. Time constraints ony allow me a few hours in the evening to work on
this. Any recommendations on books, CBT or on-line training would be great.


You could do a lot worse than to just go to java.sun.com and start
working through their tutorials. They're very good.
Jul 17 '05 #2
Rick <ri******@optonline.net> wrote in message news:<pa***************************@optonline.net> ...
I know this is an open-ended question. But, can someone recommend a path
for learning Java. I have some minimal background in programming, C and
C++. Time constraints ony allow me a few hours in the evening to work on
this. Any recommendations on books, CBT or on-line training would be great.


When learning a new programming language, I always start with a good
book. In the case of Java, I highly recommend Java 2: The Complete
Reference.
http://tinyurl.com/29z92
Jul 17 '05 #3

"Rick" <ri******@optonline.net> wrote in message
news:pa***************************@optonline.net.. .
I know this is an open-ended question. But, can someone recommend a path
for learning Java. I have some minimal background in programming, C and
C++. Time constraints ony allow me a few hours in the evening to work on
this. Any recommendations on books, CBT or on-line training would be great.

Thank you,

Rick


I recommend "Thinking in JAVA 3rd Edition" www.BruceEckel.com
You'll get an extra cd rom with some excellent presentations. Helped me
enormously.

jAnO!
Jul 17 '05 #4
Rick <ri******@optonline.net> wrote in message news:<pa***************************@optonline.net> ...
I know this is an open-ended question. But, can someone recommend a path
for learning Java. I have some minimal background in programming, C and
C++. Time constraints ony allow me a few hours in the evening to work on
this. Any recommendations on books, CBT or on-line training would be great.

Thank you,

Rick


Maybe mootness, however, I have found the best way to quickly develop
skills with any new programming language is by reading the works of
others. Also, try modifying some simpler programs and exercising your
knowledge.

Maybe search http://www.jars.com/ ,
http://javaboutique.internet.com/javasource/ ,
http://www.free-applets.com/applets.html , etc.
find something you are already knowledgable about or interests you,
start trying to improve or fix code.

Tutorials and reference, of course, are invaluable, in hand.

Regards,

Mark A. Washburn
maw
http://mywebpage.netscape.com/mawcowboy/homepage.html
( or if Netscape is broken )
http://www.geocities.com/dolphincons.../homepage.html
http://www.geocities.com/dolphinconsultant/myforth.html
Jul 17 '05 #5
I second that. Spend some quality time with the tutorials.
java.sun.com/docs/books/tutorial I'd read one through, follow the
instructions, then go back and read it again to make sure i understood it.
Worked pretty well for learning the basic syntax. Thinking in Java is a
great tool, too. Probably better from an object-oriented perspective.
http://www.mindview.net/Books/TIJ Freely downloadable.

Good luck!
Jeff

(p.s. don't be afraid to ask questions, as long as you've done due
diligence trying to figure it out ;)

"fishfry" <BL**************@your-mailbox.com> wrote in message
news:BL************************************@netnew s.comcast.net...
In article <pa***************************@optonline.net>,
Rick <ri******@optonline.net> wrote:
I know this is an open-ended question. But, can someone recommend a path
for learning Java. I have some minimal background in programming, C and
C++. Time constraints ony allow me a few hours in the evening to work on
this. Any recommendations on books, CBT or on-line training would be
great.
You could do a lot worse than to just go to java.sun.com and start
working through their tutorials. They're very good.

Jul 17 '05 #6
On Mon, 01 Mar 2004 07:11:48 +0000, fishfry wrote:
In article <pa***************************@optonline.net>,
Rick <ri******@optonline.net> wrote:
I know this is an open-ended question. But, can someone recommend a path
for learning Java. I have some minimal background in programming, C and
C++. Time constraints ony allow me a few hours in the evening to work on
this. Any recommendations on books, CBT or on-line training would be
great.


You could do a lot worse than to just go to java.sun.com and start working
through their tutorials. They're very good.


Thanks you for all your suggestions.

Rick
Jul 17 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Cherrish Vaidiyan | last post by:
Hello Pals, I am very much interested to master java. i know C and C++. I can handle programming to certain level in either language.I beleieve java is the king in OOP. i need to learn it from the...
3
by: Xiangliang Meng | last post by:
Hi, all. In 1998, I graduated from Computer Science Dept. in a university in China. Since then, I've been using C Language for almost 6 years. Although I'm using C++ in my current job, I'm also...
2
by: tekhneek | last post by:
im about to start learning a new language... i just thought id ask what you guys recommended for building strong, solid windows applications that can use the internet... etc, C#? C++? Visual Basic?...
3
by: RAM | last post by:
Hello, I would like to start learning Java. I would like to programme database application with web user interface. Please help. What software and documentation should I install? (URLs?) Should I...
7
by: James Harris | last post by:
My Googling has let me down here - maybe because when it comes to Java I don't really know which type I need! If someone could point me in the right direction I'd appreciate it. My requirement...
33
by: NicolasG | last post by:
Hi, I want to be a professional python programmer, unfortunately I'm working on technical support and don't have the time/patience to start making projects my self. I tried to apply to some...
18
by: firewoodtim | last post by:
I need some help in furthering my education in OOP. I have developed a set of PHP scripts that I use in a fairly sophisticated database driven website, but I am not proud of the rather amateurish...
12
by: Mitch | last post by:
I'm wondering if I'm doing myself a disservice by learning Visual C#, considering it does so much of the work behind the scenes. Should I be learning console apps first? I still haven't found...
2
by: slapsh0t11 | last post by:
So, I've been working on this Game of Life (http://www.bitstorm.org/gameoflife/) project, and all the code has been written. However, it will not run. First, I will post the error message and the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.