Re: learn java

2002-01-29 Thread Darlene Wallach

I would recommend checking out Bruce Eckel's book Thinking in Java
which you can download:

http://www.mindview.net/Books/TIJ/

I also recommend purchasing The Hands-On Java CD ROM:

http://www.mindview.net/CDs/Hoj2/

Everyone I have talked to that has read any of Bruce Eckel's
books raves about them; so it is not only me that know
Thinking in Java is an excellent book, also for beginners.

Darlene Wallach
[EMAIL PROTECTED]

william wrote:

> 
> Where can I learn java (beginner) instead on the java.sun.com?
> 
> 
>   /IncrediMail/ - 
> *Email has finally evolved* - *_Click Here_* 
> 



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




RE: learn java

2002-01-29 Thread Talha Masood








If
you know C++ there are quite a number of excellent books on java for c++ users
otherwise there is an excellent book by deitel and deitel of java...and there is one by ivor
harton

 

If
you need the name of the books feel free to email me and I will get back 2 u
with the names.

 

Happy
java

 

Talha

 

-Original Message-
From: william
[mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, January 29, 2002 5:09 PM
To: [EMAIL PROTECTED]
Subject: learn java

 


 
  
  
  Where can I learn java (beginner) instead on the
  java.sun.com?
  
  
 
 
  
  
   

 


 


 

   
  
  
  
 



  IncrediMail
- Email has finally evolved - Click Here 








Re: learn java

2002-01-29 Thread Eric Pretorious

On Tue, 29 Jan 2002, william wrote:
> Where can I learn java (beginner) instead on the java.sun.com?

Probably by asking that question on a java-related mailing list.

-- 
Eric P.
Los Gatos, CA


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: learn java

2002-01-29 Thread Curtis Poe

--- william <[EMAIL PROTECTED]> wrote:
> Where can I learn java (beginner) instead on the java.sun.com?

William,

Needless to say, on a beginning CGI list aimed at Perl programmers, you're probably 
not going to
get a lot of responses.  However, in the interest of keeping this a helpful and 
friendly list,
I'll point you in the right direction.

First, typing in "online java tutorial" in Google revealed a plethora of links: 
http://www.google.com/search?sourceid=navclient&q=online+java+tutorial

Most of the beginning links are at java.sun.com, but keep going through the list and 
you'll find
many that aren't.  Further, you can check out http://www.javajunkies.org/, which was 
founded by a
several programmers at perlmonks (http://www.perlmonks.org/ - down today while they 
move their
site).

As a side note:  I would recommend that most Perl programmers study Java.  Even if you 
never plan
to use it, you'll gain greater appreciation and insight into the richness and brevity 
of the Perl
language.  You'll also gain a better understand of object orientation, including the 
occassional
need to separate class and instance data in OO, something many Perl-only people fail 
to grasp.

Cheers,
Curtis "Ovid" Poe


=
"Ovid" on http://www.perlmonks.org/
Someone asked me how to count to 10 in Perl:
push@A,$_ for reverse q.e...q.n.;for(@A){$_=unpack(q|c|,$_);@a=split//;
shift@a;shift@a if $a[$[]eq$[;$_=join q||,@a};print $_,$/for reverse @A

__
Do You Yahoo!?
Great stuff seeking new owners in Yahoo! Auctions! 
http://auctions.yahoo.com

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]