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

will I get certificate
Better than certificate if you enroll with me you will get confidence and lot of practical knowledge...certifications dont matter after a period of time what really matters is your approach to a problem...
Sk.
Hi, Can anyone help me on below queries? 1. What makes a class as "Thread safe class" ? 2. equals() method uses 3. Difference between String vs StringBuffer ?
There are three ways to construct thread-safe Java class which has some state: 1. Make it truly immutable 2.Make field volatile. 3.Use a synchronized block
Saurav
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
Why Operator Overloading in not allowed in JAVA?
Java does not support operator overloading by programmers. This is not the same as stating that Java does not need operator overloading. Operator overloading is syntactic sugar to express an operation...
Ashish
Which institute is best for java core learning?
For core java RPISE(rajesh patkar classe) is very good . he thought you from the sacratch . i was did there one course, There are lots od students apart from IT backgrounf was came there and they understood...
Hrhrh

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

Ask a Question

Related Lessons

SWITCH STATEMENT IN JAVA
switch statement - condition statement - only once the checking takes place so we recommend use break statement. switch(condition/variable/choice){case 1: //statements break;case 2: // statements break;case...

Differences Between HashMap vs HashSet In Java.
HashSet HashMap HashSet implements Set interface. HashMap implements Map interface. HashSet stores the data as objects. HashMap stores the data as key-value pairs. HashSet...

Difference Between Checked And Un-Checked Exception
1. Exception is an abnormal condition in the program, if raises program terminates abnormally. 2. Exception always occurs at runtime only, there is no chance of exception at compile time. 3. Syntactical...

Java Advantages
In this video, learn about Java and its advantages. Also, check out the difference between Java and C++, Java development kit, Java Run Time Environment (JRE) with a proper demonstration program for better clarity.

Class and Objects in Java
Class is a template or a blueprint which is used to describe an object. On other hand Object is a reference of a class which follows all the stuff written inside the class. How about taking the whole tour in the following video

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