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!
Here is a useful article to compare the syntax of a language and some differences between them.
as far as I know, Java has a similar syntax;
anyway, look here in this article comparing C # and java keywords
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"