What is the difference between Java and Advanced Java?

Asked by Last Modified  

73 Answers

Learn Java

Follow 1
Answer

Please enter your answer

IT Professional with 10 Years of Experience in Python Java Spring Machine Learning and Data Science

Java contains some Packages for developing standalone applications, we are use java for writing business logic in advanced java. Advanced Java is used for web development.
Comments

Sun certified java developer with 5 years of industry experience.

Java = Core + Advance(Servlets, JSPs & EJB)
Comments

Over 8 years experience in Java related technologies

Java is the basic of all. You should be having strong knowledge. Adv Java gives more strength to interact with database (JDBC), design front end (JSP), takes request from user and process them( controller- servlet)
Comments

Industrial Training,Workshop on Latest Technology,

Core java is used for developing general java application where as Advanced java is used for developing the web based application and enterprise application.
Comments

JAVA devided into CORE java , Advanced java, Micro edition JAVA
Comments

Real Time Java

well there is nothing so called advanced java or core java.since java se is very huge it is divided into to parts and given training to students.
Comments

Full Time java Developer

Very good question which lot of people working with java may not answer, here is my understnding on this question. "Core Java" is AFAIK not an official, well-defined term. It is, however, the title of a book from Sun that introduces Java as a language and the most important parts of the Java SE Standard...
read more
Very good question which lot of people working with java may not answer, here is my understnding on this question. "Core Java" is AFAIK not an official, well-defined term. It is, however, the title of a book from Sun that introduces Java as a language and the most important parts of the Java SE Standard API - and that's probably what most people think of when they hear the term. "Advanced Java" would then be everything that goes beyond that - most importantly the APIs defined in Java Enterprise Edition, i.e. Servlet programming, Web Services, the Java Persistence API, etc. read less
Comments

Computer Science Tutor

core java is based on basic OOP concept and advanced java is actually on application based concept.
Comments

B.E.

Java means study of core java only. According to me java = c & oops concepts. Means basic programing concepts we study. Now for Advanced Java is next step in which Java Frameworks like hibernate, struts ,etc as well as database connectivity are there.Then we learn web based applications and desktop application...
read more
Java means study of core java only. According to me java = c & oops concepts. Means basic programing concepts we study. Now for Advanced Java is next step in which Java Frameworks like hibernate, struts ,etc as well as database connectivity are there.Then we learn web based applications and desktop application development in this. read less
Comments

Java: This is the basic level, in which you can learn how to write a Hello World program in Java and create basic Java programs for Calculator with Advanced Java: As the name suggests, at this level you are expected to know not only core Java but also related packages etc. You have to know XML handling,...
read more
Java: This is the basic level, in which you can learn how to write a Hello World program in Java and create basic Java programs for Calculator with Advanced Java: As the name suggests, at this level you are expected to know not only core Java but also related packages etc. You have to know XML handling, JSON parsing, REST service creation etc read less
Comments

View 71 more Answers

Related Questions

Why using Overriding in Java ?
There was a student who always pronounces "University" as "Univerkity". His teacher got angry and called the parents and asked to know the reason. Teacher got shocked as they are pronouncing "Capacity"...
Shivendra
I completed my graduation in 2017, now working as an HR Executive in a Consultancy. I want to move to IT Sector. Which course is best for me to learn and get success in life? Please Suggest me
Dear Kumar, My suggestion is to - become good in one programming language - preferably Java and one O/S preferably Linux. Be aware of Open Source systems. Try to identify the opportunities in your existing...
Kumar
What is IBM RAD(Rational Application Developer)?
RAD means Rational Application Developer for WebSphere Software accelerates the development and deployment of Java, Java EE, Web 2.0, mobile, OSGi, portal and service-oriented architecture (SOA) applications....
Ashish
Is it possible to instantiate the abstract class?
Use anonymous class. Example: For an abstract class AbstrClass. AbstrClass ac = new AbstrClass() { public void m1() { // code...
Reshma

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

Ask a Question

Related Lessons

History Of Java
Java history is interesting to know. The history of java starts from Green Team. Java team members (also known as Green Team), initiated a revolutionary task to develop a language for digital devices such...
V

1.3. Find the second largest element in an array.
public class Main { public static void main(String args) { int arr = {1, 3, 4, 6, 5}; int max = Integer.MIN_VALUE, secondMax = Integer.MIN_VALUE; for (int i = 0; i < arr.length; i++) { if (arr >...

Amazon written test for experience
For the below written test answer I defined with "*" at the end of the options NULL is the same as 0 for integer the same as blank for character * the same as 0 for integer and blank for character the...

Palindrome Number : Java Function
An easier way to find out whether a number is a Palindrome number or not. Eg. 121, 88, 12321 etc public boolean isPalindrome ( int n ) { int rev = 0, r; for( i = n; i > 0; i /= 10 ) { r...

Comparable vs Comparator
java.lang.Comparable java.util.Comparator For comparing some other object with its own object. Ex. I am comparing myself to some other employee. Method signature is: int compareTo (T object). For...

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