HowToDoInJava

  • Python
  • Java
  • Spring Boot
  • Dark Mode
Home / Learning Resources / Top 10 Java Websites

Top 10 Java Websites

Over last 9 years, I have been in java development and found these top 10 java websites most useful for me. I do not intend to rank them for their popularity, but how much useful they have been for me in my career.

I have used these best java websites in my day to day work, and I would like to encourage you for the same.

  1. Stackoverflow.com

    Today, I cannot even think of any day passed when I have not visited this websites at least once. You search anything, you find it here. A forum for almost every programmer. The best of the best.

    Stack Overflow
    Stack Overflow

    URL: https://stackoverflow.com/questions/tagged/java

  2. Java SE Documentation

    Nobody can teach you the correct things other than the person who wrote it. Oracle has those guys, so most credible information you find ever – will be on oracle.

    Oracle Java Blog
    Oracle Java Blog

    URL: https://docs.oracle.com/javase/tutorial/tutorialLearningPaths.html

  3. Apache Software Foundation

    How Stackoverflow helped the java community with problem solving, Apache did that with providing free open source libraries development with help of same developer community. If you are java developer for long time, you already have used some of it’s work.

    Apache Software Foundation
    Apache Software Foundation

    URL: http://www.apache.org/index.html#projects-list

  4. Wikipedia

    It’s wiki of everything – including java. Most comprehensive online collection of knowledge on planet.

    Wikipedia
    Wikipedia

    URL: https://en.wikipedia.org/wiki/Main_Page

  5. IBM DeveloperWorks

    Want to read in-depth technology articles, there is no better place (at least for me).

    IBM developerworks
    IBM developerworks

    URL: https://developer.ibm.com/

  6. Java World

    For latest java news and industry updates.

    Java World
    Java World

    URL: https://www.infoworld.com/category/java/

  7. Java Revisited

    The best source of knowledge for core java concepts.

    Java Revisited
    Java Revisited

    URL: http://javarevisited.blogspot.in/

  8. Mkyong.com

    Need help on code snippets and quick references to move on without wasting too much time, mkyong is perfect place for it.

    Mkyong
    Mkyong

    URL: https://mkyong.com/

  9. Safari Books Online

    It has million of books to read from. A vast library. I like to visit in my free time. Wealth on knowledge.

    Safari Books
    Safari Books

    URL: https://www.oreilly.com/

  10. HowToDoInJava.com

    This blog is very small in comparison to others listed above, but I also do refer here when in doubt. Its always better to refresh old memory than to read a new opinion altogether.

    HowToDoInJava
    HowToDoInJava

    URL: //howtodoinjava.com/

Those are my top 10 java blogs and websites – i would like you to visit.

Happy Learning !!

Was this post helpful?

Let us know if you liked the post. That’s the only way we can improve.
TwitterFacebookLinkedInRedditPocket

About Lokesh Gupta

A family guy with fun loving nature. Love computers, programming and solving everyday problems. Find me on Facebook and Twitter.

Feedback, Discussion and Comments

  1. saidesh

    December 10, 2016

    i suggest http://www.instanceofjava.com

Comments are closed on this article!

Search Tutorials

Java Learning Resources

  • 10 Life Lessons
  • Best Way to Learn Java
  • Best Java Books for Beginners
  • Big List of Java Frameworks
  • Top 10 Java Websites
  • 5 Top Online Java Courses
  • 5 Popular Java Frameworks
  • 5 Reasons to Migrate Legacy Systems

Meta Links

  • About Me
  • Contact Us
  • Privacy policy
  • Advertise
  • Guest and Sponsored Posts

Recommended Reading

  • 10 Life Lessons
  • Secure Hash Algorithms
  • How Web Servers work?
  • How Java I/O Works Internally?
  • Best Way to Learn Java
  • Java Best Practices Guide
  • Microservices Tutorial
  • REST API Tutorial
  • How to Start New Blog

Copyright © 2020 · HowToDoInjava.com · All Rights Reserved. | Sitemap

  • Sealed Classes and Interfaces