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
What is the role of javascript in html?
What is event in web programming?
How to create an array in javascript?
What is output of “20” + 20 + 20 and “20” + ( 20 + 20)? In javascript?
What is null variable?
Can you pass a anonymous function as an argument to another function?
What is the function of javascript?
Which keywords are used to handle exceptions?
How many types of variables are there in javascript?
what is the difference between let, var, and const?
What is the use of math object in javascript?
What does the delete operator do?
Does spread operator deep copy?
Why javascript is fast?
What’s a way to append a value to an array?