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 difference between scripting and programming?
Can you access Cookie using javascript?
What is s+ in regex?
How do you change the style/class on any element?
What is difference between callback and promise?
What is the instanceof operator in JavaScript?
Difference between private, public and static variable?
How can a value be appended to an array?
what is the difference between the below two statements:- (1) var myname = "akiii"; (2) myname = "akiii";
Which is best for front end?
What does parse Query String return in javascript?
How are object properties assigned?
What are nodes in javascript?
what is a difference of subclass and main class
Explain the terms synchronous and asynchronous code?