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

Should we learn DBMS and RDBMS without any Java training?
java or i can say any programming language is not required to learn DBMS or RDBMS
Karthik
0 0
6
When to use transient variables?
To know about transient , first we need to know about serialization concept .serialization makes an object's state persistent . It means that the object is converted into stream and store in a file . For...
Jay

What is meant by Java full stack and angular Java?

Fullstack development means the combination of UI technologies (client-side) + Backend technology (server-side). UI technology like Angular or ReactJs (Front end technologies). It's all about client-side...
Anuradha
Is Java a language or a technology?
java is both language and technology. Java platform serves as technology.
Sammeyka
0 0
5
What is the advantage of Java?
Java offers several advantages, including platform independence, strong community support, robust security features, and a wide range of libraries and frameworks for application development. Its "Write...
Kripal
0 0
5

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 .

Write your first Python program in 10 minutes
1. Download python from python official site search "python download" in google 2. Install in your machine 3. verify using : "python --version" command 4. Write first program using notepad create...

On the Job training is always best
On the job training always provides an opportunity to learn the best industry practices. While you work on real time you would encounter many challenges that will force you to learn many new things. Class...

Java inheritance example
Answer these questions Answer the above question

2.1. Reverse a singly linked list.
class Node { int data; Node next; Node(int data) { this.data = data; this.next = null; }} public class LinkedList { Node head; public void reverse() { Node prev = null; Node curr = head; Node next =...

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