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
Write about the errors shown in javascript?
How can the style/class of an element be changed?
What javascript method would convert the string “20” to an integer (on the fly) so “20” + 20 = 40?
Name the two functions that are used to create an HTML element dynamically?
How do I disable javascript in my browser?
How to create an array in javascript?
What is a method in javascript?
What is the difference between .call() and .apply()?
How do you check if a value is a number in javascript?
What does _ mean in javascript?
List some data types supported by javascript?
What is prototype in javascript and how do you use it?
What are the difference between javascript and jquery?
What is null in programming?
Is there any class in javascript?