What is difference between advanced java and core java
Different between Advanced Java & Core Java
Core Java
- Core Java is a fundamental form of the Java Programming Language itself. Also, we use Core Java in all Java platforms and technologies. If we want to learn Advanced Java Programming Language, then we have to learn Core Java first, only then we will be able to understand Advanced Java well.
- The way Java language is used in the construction of normal application, in the same way Core Java language can also be used. Usage – In normal apps.
- Core Java uses Single Tier Architecture, in which data is stored in Local System or Shared Drive. It has all the layers like Data Access, Business and Presentation.
- All Core Java Packages have a Naming Conversation of Java.lang.somepackage.
- Java Standard Edition (Java SE) comes under Core Java.
- Core Java covers the Basic Concepts and Topics of Java Programming Language. Also covers Operators, Threading, Exception Handling and Data Types.
Advanced Java
- Talking about Advanced Java Programming Language, it has the characteristics of Core Java in some particular domains, unlike Core Java Programming Language. Such as – Database Handling, Web and Networking.
- Whereas Advanced Java covers the Advance topic of Java Programming Language. For example, Advance Java is used in the creation of Enterprise Level Applications. Use – In Web and Mobile Apps, Desktop Software Development.
- Whereas Advance Java uses Two-Tier Architecture. As they are Client Server Architecture – Presentation Layer and Interface Layer, runs on Client Server when Data Layer and Data.
- Whereas in Advanced Java follows javax.servlet.somepackage.
- While Java Enterprise Edition (Java EE) comes under Advanced Java.
- Whereas Advanced Java covers Complex Topic and Concepts. For which Non Java Technologies are required. Such as – EJB, JSP, Database Connectivity, Servlets and Web Services.
Also check this:-
codechef problems:-
- Primary test
- Sum or difference
- point and line
Wipro :-
- Update the booking ID | Wipro previous year question paper solution
- Pages in PDF
- Find the location id
- Find the odd digits
- Find the Product ID
Infytq :-
Key Points;-
Hackerrank:-
- Python : missing characters : hackerrank solution
- Python : string transformation | Hackerrank solution
- Active Traders certification test problem | Hackerrank Solution
- Usernames changes certification test problem | Hackerrank Solution
- string Representation of objects certification test hackerrank solution
- Average Function | hackerrank certification problem solution
C-tutorial:-
- Micros in C
- Pointer in c
- Function declaration
- Types of user define function
- return type of function
- 2D array
See more:-
- c program to convert specified days into years weeks and days
- Print Reverse Hollow Pyramid
- Update the booking ID | Wipro previous year question paper
- Pages in PDF | Wipro previous year question paper
- Sparse Matrix in data structure
- Find the location ID | Wipro previous year Coding question
- find the odd digits | Wipro Coding question
- Find the product id | Wipro Coding question
- Difference between static and dynamic memory allocation
- What is asymptotic Notation