TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Java should be your first programming language

3 点作者 whispersnow将近 3 年前

2 条评论

auraham将近 3 年前
Today I was thinking that Java should be one of the first languages you should learn in order to understand OOP. One of the most common questions in a hiring process is "what is the difference between an abstract class and an interface?". If you have implemented them in Java, you can tell the difference. This also applies for other programming languages like C#. Sure, you can start with Python. However, I think that OOP concepts are better explained when using Java.
daviddever23box将近 3 年前
Pseudocode should be one’s first computing language - if one cannot describe the behavior as intended, one cannot assess as to whether a given implementation works as good or better than those intentions.