I was reading *[More Joel on Software][2]* when I came across [Joel Spolsky][3] saying something about a particular type of programmer knowing the difference between an `int` and an `Integer` in Java/C# (Object-Oriented Programming Languages).
So, what is the difference?
[1]: http://en.wikipedia.org/wiki/Borders_%28UK%29
[2]: http://www.amazon.com/More-Joel-Software-Occasionally-Developers/dp/1430209879
[3]: http://en.wikipedia.org/wiki/Joel_Spolsky
C# doesn't have an Integer type.
以上就是What is the difference between an int and an Integer in Java and C#?的详细内容,更多请关注web前端其它相关文章!