提示从C#移动到Java? [英] Tips for moving from C# to Java?

查看:97
本文介绍了提示从C#移动到Java?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

所以我下周去面试在一个Java的地方,想不碰到的无能。我是一个非常自信的C#/。NET的开发和AM(清楚!)愿意考虑跳槽到Java - 我想链接到资源的人会推荐这样做。我感兴趣的是回答这样的问题:

So I'm going to a job interview next week at a Java place, and would like to not come across as clueless. I'm a pretty confident C#/.NET developer and am (clearly!) willing to consider jumping ship to Java - I'd like links to resources people would recommend for doing this. I'm interested in answers to questions like:


  • 是一个粗略等同于的贾斯汀埃瑟里奇的红宝石为C#开发人员?这是真正有用的,当我决定我要学习Ruby的耙(因此至少有一点红宝石)。这里似乎是人走另一条路多页,但...

  • 哪个IDE使用?我其实已经买了我自己的IntelliJ,因为我喜欢它的HTML / CSS / JS,但都没有触及,以及其实际存在的理由了Java的东西。我怀疑我要去的地方使用了Eclipse,但是。 ?所以 - 推荐的资源起床,Mac或Windows上运行的(我不挑食)

  • 它可能会是一个TDD编码采访;我想JUnit是事实上的选择,学习一点吗?

  • Any guides that are a rough equivalent to Justin Etheridge's Ruby for C# developers? That was really useful when I decided I wanted to learn Ruby's rake (and thus at least a little Ruby). There seem to be more pages for people going the other way, though...
  • Which IDE to use? I've actually already bought my own IntelliJ because I love its HTML/CSS/JS, but haven't touched its actual raison d'etre of, well, "that Java stuff". I suspect the place I'm going to uses Eclipse, however. So - recommended resources to get up and running on a Mac or Windows (I'm not fussy)?
  • It's probably going to be a TDD coding interview; I guess JUnit is the de facto choice to learn a little about here?

先谢谢了。

推荐答案

看看此链接其中许多细节。两种语言之间的差异

Take a look at this link which details many of the differences between the two languages.

至于IDE很多人喜欢Eclipse或Netbeans的(我的最爱) - 两者都是免费的。正如你已经拥有的IntelliJ你可以试试。

As for IDE many people like Eclipse or Netbeans (My favorite) - Both are free. As you already own IntelliJ you could try that.

FYO一些主要区别是:

FYO some of the main differences are:


  • 缺少的属性/自动属性

  • 没有事件类型(处理事件的方式不同)

  • foreach循环语法

  • 仿制药实施

  • 检查例外

  • Lack of properties / auto properties
  • No 'event' type (Different way of dealing with events)
  • foreach loop syntax
  • 'Generics' implementation
  • Checked exceptions

而且可能还有更多:)

这篇关于提示从C#移动到Java?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆