Which is the best website to learn java in deep?

Asked by Last Modified  

Follow 3
Answer

Please enter your answer

Here is a step-by-step approach to learn Java from Core Java to Advanced Java in the shortest possible time - a journey from novice to expert. Although the question has specifically asked for a single website, yet I’ll go for a mix-and-match approach, as I believe this is the best way to make...
read more
Here is a step-by-step approach to learn Java from Core Java to Advanced Java in the shortest possible time - a journey from novice to expert. Although the question has specifically asked for a single website, yet I’ll go for a mix-and-match approach, as I believe this is the best way to make a journey from novice to expert in Java and also to prepare for Job Interviews Step 1-Core Java- Buy a Java certification book (even if you do not have any plan to do certification) because over the years I have seen that the certification books are extremely helpful to learn the subject. Read the book cover to cover and you will be quite comfortable with the important concepts of Core Java. Buy the book after checking the review in Amazon. Step 2-Java New Features- Starting from Java 5 through to Java9, search in the Google for the top 10 new features introduced in each version. Do further research in the internet to learn about each new feature Step 3-GoF Design Patterns- This StackOverflow answer is (my personal opinion) the best set of examples of the GoF Design PatternExamples of GoF Design Patterns in Java's core libraries. This answer tells you which Java libraries implement which design patterns. Keep this as a reference and reserach in the internet for each of these design patterns until you understand most of the design patterns Step 4-Enter Spring Framework- Learn about dependency Injection (DI) and Inversion of Control (IoC) patterns and also how to use these patterns using core Spring or Spring DI. Also learn about Spring JDBC Step 5-Enter JEE- This StackOverflow answerA summary of all Java EE specificationswill give you an idea about what JEE is and a brief overview of each specification. Just know what they are used for. Focus and learn in detail the following: Servlet Web Socket Concurrency Utilities JAX-RS JAX-WS JAXP JAXB JMS JPA Step 6-JEE new features- Starting from JEE 5 through to JEE 8, search in the Google for the top 10 new features introduced in each version. Do further research in the internet to learn about each new feature Step 7-Enter Web Development- Learn developing an web application using any one of the following Spring MVC Struts 2 JSF Step 8-Start Open Source Journey- Some of the important open source projects worth learning Log4j 2 Maven Tomcat JDBC Connection Pool Step 9-Beginning of the Journey- Deep dive into all of the above Learn about new open source projects Develop a complete web application e2e for practice After all these steps, stop remaining solely focused in Java. Look around. Learn about new technologies. The ultimate goal is to provide performing, cost-effective, scaleable software solutions by mix-and-match of right technologies. read less
Comments

Related Questions

How to find a good Java coaching centre?
Its all depends on the trainer and his expertise. I would suggest you to get feedback from the students who already joined.
Abirami
1 0
6

 I want to learn from beginning, please tell me what is the best source to learn (core java)

hi sunaini It is very good that you want to learn programming... I would recommend you c,c++,java and dotnet courses...for becoming a good provrammer.. we provide online training..at lowest prices if...
Sunaini
I know HTML, CSS, and a bit of JavaScript. What should I learn next?
HTML,CSS and Javascript are Tools which are used for Front-End Web Development. The next step is to learn the following: 1)Learn Javascript Frameworks like node.js,react.js,angular.js etc. 2)Learn Back-End...
Inch By
What are the best websites to learn java as well as get a certificate from them?
Blindly go for oracle certification java program .
Abirami
0 0
7

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Introduction to Course Content
Video about what we are going to learn throughout the Java Training Session .

ListIterator Example
public class ListIteratorEx { public static void main(String args) { List<String> li = new ArrayList<String>(); li.add("java1"); li.add("java2"); li.add("java3"); li.add("java4"); ListIterator...
S

Sarthak C.

0 0
0

Constructor Overloading
public class ConstructorOverloading { public ConstructorOverloading(){ System.out.println("default"); } public ConstructorOverloading(String a){ System.out.println("a"); } public ConstructorOverloading(int...
S

Sarthak C.

0 0
0

Interview Tip : Q1) Why Strings are immutable in java ? What happen if it was mutable in java?
As we all know that Strings in java are immutabe in nature, now the question comes why the creator made it immutable in nature, although this field used maximum in any java program. The answer to this...

TestNG Annotations and its sequence
public class TestNGAnnotations { @BeforeMethod public void beforeM() { System.out.println("Before Method"); } @AfterMethod public void afterMethod() { System.out.println("After Method"); } @BeforeClass...
S

Sarthak C.

0 0
0

Recommended Articles

Java is the most commonly used popular programming language for the creation of web applications and platform today. Integrated Cloud Applications and Platform Services Oracle says, “Java developers worldwide has over 9 million and runs approximately 3 billion mobile phones”.  Right from its first implication as java 1.0...

Read full article >

Before we start on the importance of learning JavaScript, let’s start with a short introduction on the topic. JavaScript is the most popular programming language in the world, precisely it is the language - for Computers, the Web, Servers, Smart Phone, Laptops, Mobiles, Tablets and more. And if you are a beginner or planning...

Read full article >

Designed in a flexible and user-friendly demeanor, Java is the most commonly used programming language for the creation of web applications and platform. It allows developers to “write once, run anywhere” (WORA). It is general-purpose, a high-level programming language developed by Sun Microsystem. Initially known as an...

Read full article >

In the domain of Information Technology, there is always a lot to learn and implement. However, some technologies have a relatively higher demand than the rest of the others. So here are some popular IT courses for the present and upcoming future: Cloud Computing Cloud Computing is a computing technique which is used...

Read full article >

Looking for Java Training Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you