WHAT IS DIFFERENT BETWEEN CORE JAVA AND ADVANCED JAVA?

Answer Posted / mainuddin

Core java represents the java standard edition, It will
define all the aspects of oop like
polymorphism,inheritance,classes and all.The programs need
JVM to compile..
Advanced java is J2EE specification, this specification
only used for developing secure,scalable web
applications.It has certain objects like
session,request,servlet which are defined in the web
container .request is sent to web container and processed
finally response is sent back to the user..

Is This Answer Correct ?    5 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the role of javascript in html?

711


What is event in web programming?

723


How to create an array in javascript?

809


What is output of “20” + 20 + 20 and “20” + ( 20 + 20)? In javascript?

829


What is null variable?

930


Can you pass a anonymous function as an argument to another function?

829


What is the function of javascript?

720


Which keywords are used to handle exceptions?

751


How many types of variables are there in javascript?

642


what is the difference between let, var, and const?

813


What is the use of math object in javascript?

709


What does the delete operator do?

724


Does spread operator deep copy?

751


Why javascript is fast?

693


What’s a way to append a value to an array?

750