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 a fixed-width table and its advantages?
Is null in javascript?
How do I turn on javascript in google chrome?
What is an anonymous function in JavaScript?
Explain mul function in javascript?
How to set the focus in an element using javascript?
How javascript sort function works?
What is the use of a date object in javascript?
What are javascript functions?
What is undefined value means in javascript?
What is new keyword in javascript?
Name the numeric constants representing max, min values?
How can you create an Array in JavaScript?
What are the types used in javascript?
How do you check if a variable is an object