What are the difference between these three : Core Java, Advanced Java and Servlet? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What are the difference between these three : Core Java, Advanced Java and Servlet?

14th Feb 2018, 5:57 AM
Tanya Srivastava
Tanya Srivastava - avatar
2 Answers
+ 5
Core Java comes with just the basic features required for a generic programs. Advanced Java is a term used to refer some extra packages/libraries like JDBC (Java Database Connectivity) and Servlet etc. JDBC is a library useful when you are working with databases like Oracle/MySQL/MSSQL etc. Servlets are used in developing web applications in Java.
14th Feb 2018, 10:32 AM
Ravi Chandra Enaganti
Ravi Chandra Enaganti - avatar
+ 1
Core java is used for developing general javaapplication where as Advanced java is used for developing the web based application and enterprise application. & A Java servlet is a Java program that extends the capabilities of a server.
3rd Apr 2018, 6:22 AM
Madhubala
Madhubala - avatar