Java Tutorial for C # Developer

Possible duplicate:
Best way to demonstrate Java for C # guy

I have been working on C # for several years, switching to Java. Is there a good Java tutorial for C # developers?

thanks!

+4
source share
3 answers

Here is a useful article to compare the syntax of a language and some differences between them.

+4
source

as far as I know, Java has a similar syntax;

anyway, look here in this article comparing C # and java keywords

0
source

This book is not intended specifically for people coming from C #, but I still highly recommend it. You will make comparisons with C # yourself when you read. And it's free in electronic form. Bruce Eckel "Thinking in Java"

0
source

All Articles