TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What are some popularly held cs misconceptions?

1 pointsby jrosenberg99about 12 years ago
Talking about mistakes/misconceptions can sometimes be as elucidating as talking about facts.<p>Here is one that got me:<p>In Java this sometimes occurs:<p>Integer a = 10; Integer b = 10; a == b; // returns true<p>Integer a = 1000; Integer b = 1000; a == b; // returns false

no comments

no comments