1

For complicated reasons (not C#'s fault I love that language very much) I have to learn Java. I hate learning new langages and i dont wanna have to learn what I already know from C#.

What are some resources that teach whats different without learning it all?

user377419
  • 4,681
  • 13
  • 42
  • 56

2 Answers2

0

I realize this isn't a very specific answer, but the best advice I can give you is to not go into it with the "I hate learning new languages" mindset. If you're familiar with C#, Java will be a piece of cake. Depending on what you're working on, most of your questions can easily be answered by a quick look at the API documentation. I don't think you have to worry about "learning it all".

jonmorgan
  • 2,570
  • 2
  • 22
  • 27
0

The problem won't be the syntax but the framework. Since I'm not a Java developer either, I'm not sure where to look. But I suggest looking into the frameworks you'll be working with instead of syntax.

LeonG
  • 863
  • 4
  • 11