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
Should I learn java first or javascript?
Why is javascript so important?
What are the characteristics of javascript ‘strict mode’?
Do I need var in javascript?
What are the data types supported by javascript?
Difference between window.onload and onDocumentReady?
What is js full form?
What is meant by vanilla javascript?
Which keyword is used to print the text in the screen?
What Does JavaScript Void(0) Mean?
Should I disable javascript?
What javascript method would convert the string “20” to an integer (on the fly) so “20” + 20 = 40?
What is object freeze?
How can a page be forced to load another page in javascript?
What is meant by object oriented programming?