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
How to add multiple functions in javascript?
Javascript, Pass by Value or Pass by Reference?
How do you reverse a string in javascript?
What is use of JavaScript and jquery?
What does parse Query String return in javascript?
How do I use javascript to password-protect my web site?
Why javascript is fast?
What is var and let in javascript?
what are the differences between as2 and as3?
Explain unescape() in javascript?
What does unshift() function do in Javascript?
What is the role of break and continue statements?
How do you write an event emitter base class that allows you to add event listeners?
What is the difference between undefined and not defined in JavaScript?
What is console.time() and console.timeend()? What is its syntax, and why is it used?