Reddit & Forums — Where People Argue Publicly

Reddit is the last major open forum for Java discussion. Stack Overflow is in slow decline; Coderanch is fossilized but still linked; specialized forums have mostly moved to Discord. This file gives you the trustworthy subs and how to read them.

Reddit — The Java Ecosystem

A note on subscriber counts: Reddit rolled out a policy change between Oct 2025 and Mar 2026 that removed public subscriber counts from sidebars. What you now see is “Visitors” (7-day rolling unique + 28-day avg) and “Contributions” (posts + comments last 7 days). Only moderators see subscriber count internally. Historical counts below are pre-change estimates.

Subreddit

Historical subs

2026 activity

Focus

Verdict

r/java

~750k (pre-2025)

High — daily posts

News, technical, JEPs, no beginner questions

PRIMARY. Subscribe. Read weekly top. Rules ban “help me” questions — they redirect to r/learnjava.

r/learnjava

~200k pre-2025

Medium

Beginner+intermediate help

SITUATIONAL. For you: not for questions but for observing what juniors get stuck on. Reveals gaps in your own knowledge.

r/SpringBoot

~50k pre-2025

Medium

Spring Boot, Spring Cloud

SUBSCRIBE. Smaller sub means real signal per post.

r/programming

~6.9M

Very high

General programming

BROWSE. Broad. Filter Java posts via reddit search.

r/ExperiencedDevs

~500k pre-2025

Very high

Career, senior IC

PRIMARY for career. study process posts, comp discussions, mid-career transitions. India threads regular.

r/leetcode

~500k pre-2025

High

study prep

SITUATIONAL for M12. OA experiences, company-specific threads. Toxic on FAANG comp — filter mentally.

r/cscareerquestions

~1M pre-2025

High

Junior/mid career

SKIP mostly. US-heavy, entry-level focus.

r/csMajors

Growing

High

Undergrad market

SKIP. Not your audience.

r/developersIndia

~800k pre-2025

Very high

India tech careers

PRIMARY for India context. Comp discussions in ₹, Zoho / TCS / Infosys / Freshworks experiences, GCC vs product debate.

r/IndianEngineers

Smaller

Medium

India engineering broadly

BROWSE.

r/kotlin

~50k pre-2025

Medium

JVM sibling

SITUATIONAL. Occasional cross-post that clarifies Java too.

r/scala

~30k pre-2025

Low

JVM sibling

SKIP unless curious.

The r/java etiquette rule

Read the rules pinned to the sub. Posting “how do I use HashMap” gets you removed and possibly banned. This sub is for people who have already learned Java. r/learnjava exists for the questions r/java rejects.

How to actually read Reddit

  • Subscribe to r/java, r/SpringBoot, r/ExperiencedDevs, r/developersIndia

  • Sort by Top → Week every Friday evening IST

  • Do not sort by New — you’ll drown in noise

  • Save posts you want to revisit; don’t rely on Reddit search

Stack Overflow — Fading Reference Layer

Stack Overflow’s Q&A volume peaked around 2013-2015. Post volume dropped 40%+ from 2023 to 2025 (community measurements) after LLM-based Q&A became commonplace. But the archive still holds canonical answers to 15 years of Java questions.

Use it for

Don’t use it for

Looking up old canonical answers (“why does String.intern() behave…”)

Asking new questions — response times are slow, downvotes fast

Verifying a subtle language quirk with a top answer

Framework-specific bugs (use GitHub issues)

Deep JVM/JLS interpretations by Jon Skeet / Peter Lawrey

Anything Spring Boot 3.x-specific (docs are better)

Search trick: site:stackoverflow.com [error] after:2022. Filter out stale answers.

Coderanch (formerly JavaRanch) — The Fossil

coderanch.com is still alive in 2026 but activity is thin. It runs on a 20-year-old forum engine. Occasionally a canonical old thread turns up in Google. Do not join for participation; treat as a search-only archive.

Hacker News — The Meta-Filter

news.ycombinator.com surfaces Java news (JDK releases, major Spring versions, JEP discussions) to a broader audience. Comments are usually higher-quality than Reddit for language-design debate but lower-quality for framework how-to. Bookmark, don’t join.

The India-Specific Note

  • r/developersIndia is where you check comp bands, GCC vs product debate, and “is Zoho a good place to spend 5 years” threads. Recurring valuable posts around: FAANG India vs product startup vs GCC comp, Bangalore rent, work-from-Chennai lifestyle.

  • Avoid r/india for tech — it’s political and off-topic.

  • Telegram groups for Bangalore/Chennai Java devs exist but are hard to discover without an insider invite. Ask at your first JUG meetup.

Rule of Engagement

For the first 6 months of this plan: lurk only. You are re-learning; you do not have advice to give yet. From Month 7 onward: answer one question per week in r/learnjava or r/SpringBoot. Teaching solidifies understanding.

Return to README.md · Next: 02_discord_and_slack.md