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: Overwhelmed by Java and Design Patterns

2 pointsby ayushgpabout 8 years ago
I have an internship coming up in a month. I am required to code in java then. I had absolutely no idea about how to program in Java. I read the Oracle tutorials and found them pretty helpful.<p>Other than plain Java, I also need to learn about a bunch of other technologies like servlets, spring, JPA, etc. The tutorials, blog posts, etc I found related to these technologies use a lot of design pattern-y and Language full of abstraction. I&#x27;m not able to grasp how I should go about learning these things.<p>I started with spring yesterday, but the blog posts delve directly into vague topics and design patterns that I cannot wrap my head on. How should I proceed in learning these things?

3 comments

codr4lifeabout 8 years ago
Deep breaths, all is well :)<p>Modern Java is a pretty decent language. Servlets, spring, JPA; and the rest of the enterprise mumbo-jumbo is mostly over-engineered crap. Same goes for design patterns, they don&#x27;t even come close to pulling their own weight. I suggest focusing on learning core Java 8, and leaving the enterprise crap to the enterprise. You will learn whatever you have to learn once you&#x27;re there, filling your brain with bullshit and buzzwords ahead of time isn&#x27;t going to help. At least that&#x27;s my take home from 32 years in software, including several years of Java consulting.<p>Good luck!
gigatexalabout 8 years ago
First learning the basics and then creating some projects for fun might help get you the confidence you are looking for. Good luck! And kudos for getting an internship that will open a whole lot of doors. I&#x27;m a bit jealous.<p>Re: Java 8, it&#x27;s awesome!<p>SomeCollection.stream().filter(lambda ...).map(lambda... etc is just so cool.
brudgersabout 8 years ago
An intern is not expected to perform like a person with years of experience. An intern is at the start of their career and is expected to learn.<p>The list of Java topics is long enough that even someone with many years of experience may have only passing familiarity with some of them.<p>Finally, if a company has unrealistic expectations there is nothing you can do about it. On the other hand, realistic expectations regarding your own knowledge might be possible; <a href="http:&#x2F;&#x2F;norvig.com&#x2F;21-days.html" rel="nofollow">http:&#x2F;&#x2F;norvig.com&#x2F;21-days.html</a><p>Good luck.