What is a complete list of topics of Core Java and topics of Advanced Java?

Asked by Last Modified  

Follow 1
Answer

Please enter your answer

"Rajesh Kumar N: Guiding Young Minds from 1 to 12 with Expertise and Care"

Core Java Topics: 1. Basic Concepts Java Syntax Data Types Variables Operators Control Flow Statements 2. Object-Oriented Programming (OOP) Classes and Objects Constructors Inheritance Polymorphism Encapsulation Abstraction 3. Java Classes and Methods Static...
read more
Core Java Topics: 1. Basic Concepts Java Syntax Data Types Variables Operators Control Flow Statements 2. Object-Oriented Programming (OOP) Classes and Objects Constructors Inheritance Polymorphism Encapsulation Abstraction 3. Java Classes and Methods Static vs Non-static members Method Overloading and Overriding 4. Exception Handling Try-Catch-Finally Custom Exceptions Throw and Throws 5. Java Collections Framework List, Set, Map, Queue Iterators 6. Multithreading Threads and Runnable Synchronization Thread Lifecycle 7. File I/O InputStream, OutputStream Reader, Writer File Handling 8. Java 8 Features Lambda Expressions Streams API Functional Interfaces 9. JDBC (Java Database Connectivity) Connecting to Databases CRUD Operations PreparedStatement, Statement Advanced Java Topics: 1. Java EE (Enterprise Edition) Servlets JSP (Java Server Pages) EJB (Enterprise Java Beans) JMS (Java Messaging Service) JNDI (Java Naming and Directory Interface) 2. Spring Framework Spring Core Spring MVC Spring Boot Spring Data 3. Hibernate ORM (Object-Relational Mapping) Hibernate Query Language (HQL) Criteria API 4. Web Services RESTful Web Services SOAP Web Services JSON, XML parsing 5. Design Patterns Singleton, Factory, Observer, Strategy, etc. 6. JavaFX GUI Development for Desktop Applications 7. Java Security Authentication Authorization Cryptography 8. Messaging and Concurrency JMS (Java Message Service) Executor Framework 9. Distributed Systems RMI (Remote Method Invocation) Sockets and Networking 10. J2EE Technologies (EJB, JPA, JAX-RS, etc.) read less
Comments

"Rajesh Kumar N: Guiding Young Minds from 1 to 12 with Expertise and Care"

Core Java Topics: 1. Basic Concepts Java Syntax Data Types Variables Operators Control Flow Statements 2. Object-Oriented Programming (OOP) Classes and Objects Constructors Inheritance Polymorphism Encapsulation Abstraction 3. Java Classes and Methods Static...
read more
Core Java Topics: 1. Basic Concepts Java Syntax Data Types Variables Operators Control Flow Statements 2. Object-Oriented Programming (OOP) Classes and Objects Constructors Inheritance Polymorphism Encapsulation Abstraction 3. Java Classes and Methods Static vs Non-static members Method Overloading and Overriding 4. Exception Handling Try-Catch-Finally Custom Exceptions Throw and Throws 5. Java Collections Framework List, Set, Map, Queue Iterators 6. Multithreading Threads and Runnable Synchronization Thread Lifecycle 7. File I/O InputStream, OutputStream Reader, Writer File Handling 8. Java 8 Features Lambda Expressions Streams API Functional Interfaces 9. JDBC (Java Database Connectivity) Connecting to Databases CRUD Operations PreparedStatement, Statement Advanced Java Topics: 1. Java EE (Enterprise Edition) Servlets JSP (Java Server Pages) EJB (Enterprise Java Beans) JMS (Java Messaging Service) JNDI (Java Naming and Directory Interface) 2. Spring Framework Spring Core Spring MVC Spring Boot Spring Data 3. Hibernate ORM (Object-Relational Mapping) Hibernate Query Language (HQL) Criteria API 4. Web Services RESTful Web Services SOAP Web Services JSON, XML parsing 5. Design Patterns Singleton, Factory, Observer, Strategy, etc. 6. JavaFX GUI Development for Desktop Applications 7. Java Security Authentication Authorization Cryptography 8. Messaging and Concurrency JMS (Java Message Service) Executor Framework 9. Distributed Systems RMI (Remote Method Invocation) Sockets and Networking 10. J2EE Technologies (EJB, JPA, JAX-RS, etc.) read less
Comments

Related Questions

How can I learn Java from home?
Hi Divya, There are several ways to learn Java from home. 1. You can find trainer on UrbanPro. 2. You can find free resources available online like youtube or javaranch, stackoverflow 3.You can connect...
Divya
0 0
5
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
Why Java is not a Pure Object oriented Programming Language?
Bcoz java does not support - All predefined types are objects All operations performed on objects must be only through methods exposed at the objects.
Amit Kumar
0 0
9
Is it possible to learn java at home without coaching in one month?
It all depends on you. If you are already aware of programming then it is definetly possible to learn java at home. But if learn through a tutor then you can learn easily.
Pritom
0 0
5
Hi, We provide online instructor-led training. I am looking for Java Teacher/Instructor who can teach java via online. If anyone interested then contact me. I have to start the class from tomorrow onwards.
Hi, If you haven't finalised yet, I am interested in being an instructor. I will be teaching the newest version of Java, Java 10. Experience - 3 yrs as Software Engineer, BTech CSE, teaching Java to school and college students since 3 yrs.
Ujjwal Rana

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

Ask a Question

Related Lessons

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

Java Overview
Java platform overview Java platform components The Java platform consists of the following components. The Java language Like any programming language, the Java language has its own structure, syntax...
A

Akshay Shende

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

Final, Finally And Finalize In Java
Final: 1. It is a non access modifier that can be applied to variables,methods and to class. 2. Final means non-changable. Final variable: 1. If a variable is declared as final it can't be re-assigned. 2....

Thread Class In JAVA
Thread Class: Thread class is the main class on which Java's Multithreading system is based. Thread class, along with its companion interface Runnable will be used to create and run threads for utilizing...

Recommended Articles

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 >

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 >

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