Looking for book suggestions

G

Guest

Hey guys,

Are there any specific books that you can recommend to someone who is
familiar and comfortable with C# and is looking to increase his knowledge of
Java?

I need to brush up on my Java (which I haven't touched in a long time, and
only a little then) and am looking for a book that teaches Java and is
targeted to someone coming from a C# background.

If no such book exists, are there any other, more general books that
compare/contrast C# and Java?

Thanks a lot,
-Flack
 
J

Joerg Jooss

Flack said:
Hey guys,

Are there any specific books that you can recommend to someone who is
familiar and comfortable with C# and is looking to increase his
knowledge of Java?

I need to brush up on my Java (which I haven't touched in a long
time, and only a little then) and am looking for a book that teaches
Java and is targeted to someone coming from a C# background.

If no such book exists, are there any other, more general books that
compare/contrast C# and Java?

Why not simply go with some standard JSE book like Core Java? The
similarities between C# and Java become pretty obvious rather soon ;-)

Cheers,
 
P

Peter Sestoft

Flack said:
Are there any specific books that you can recommend to someone who is
familiar and comfortable with C# and is looking to increase his knowledge of
Java?

I need to brush up on my Java (which I haven't touched in a long time, and
only a little then) and am looking for a book that teaches Java and is
targeted to someone coming from a C# background.

Java Precisely describes all of Java 5.0, and includes an overview
comparison of Java 5.0 and C# 2.0:

http://www.dina.kvl.dk/~sestoft/javaprecisely/

Peter
 
J

Joerg Jooss

Hi Joerg,

I believe that the differences between Java and C# might interest
you : http://www.25hoursaday.com/CsharpVsJava.html

Bart,

rest assured that I'm totally aware of the differences between C# and
Java. The point is that once you know either one language, you can
easily move on to the other one using your favourite beginner's book.

Also note that Dare's article is pretty dated: It compares C# from .NET
1.0 Beta 2 to Java 1.4 Beta 2. That means no Generic Types, no for each
loop, no autoboxing, no covariant return types, no static imports, yada
yada...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top