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

Which is the best IDE to write Java code?
Eclipse and intellige are the best IDE to write Java Code.
Akash
Which programming language should one use for large scale machine learning, Java or C++?
Java but preferred language now is R or Scala or Python .
Rayaan
0 0
5
What is difference between throw and throws in Java programming?
throw keyword is used to throw Exception from any method or static block in Java while throws keyword, used in method declaration, denoted which Exception can possible be thrown by this method
Vinodha

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

Ask a Question

Related Lessons

Implementation: What Is JPA And JPA?
The basic Java framework to access the database is JDBC. Unfortunately, with JDBC, a lot of hand work is needed to convert a database query result into Java classes. JPA allows us to work with Java classes...

JAVA Online Training
What is Java? Java is a technology developed by James Gosling at Sun Microsystems, Sun Microsystems is now a part of Oracle Corporation. This is one of the most powerful & securable language used to...

1.2. Find the largest element in an array.
public class Main { public static void main(String args) { int arr = {1, 2, 3, 4, 5}; int max = arr; for (int i = 1; i < arr.length; i++) { if (arr > max) { max = arr; } } System.out.println("Largest Element: " + max); }}

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 =...

jOOQ 3.10 Supports JPA Attribute Converter
One of the cooler hidden features in jOOQ is the JPADatabase, which allows for reverse engineering a pre-existing set of JPA-annotated entities to generate jOOQ code. For instance, you could write these...

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