WHAT IS DIFFERENT BETWEEN CORE JAVA AND ADVANCED JAVA?

Answers were Sorted based on User's Feedback



WHAT IS DIFFERENT BETWEEN CORE JAVA AND ADVANCED JAVA?..

Answer / rohit

core java is nothing but language and its a part j2se
edition declared by sun Microsystems inthis we learn about
the casses & object orientation module for further advanced
purpose of advance java programming.(j2ee)
Advaced java is the J2ee edition given by sun MicroSystems
in this we learn technology we learn about Servlets,jsps
i.e.; Client server Architecture etc.; about webcomponents
presentation tier architecture.

Is This Answer Correct ?    7 Yes 4 No

WHAT IS DIFFERENT BETWEEN CORE JAVA AND ADVANCED JAVA?..

Answer / 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

More JavaScript Interview Questions

What kind of conditional statements does JavaScript support?

0 Answers  


Event bubbling and Event Capturing in JavScript?

0 Answers  


why we need java instead of c

0 Answers   TCS,


Describe briefly the major use of java script on client side

1 Answers  


What is an enum

1 Answers  


What is enum with example?

0 Answers  


Explain export & import in javascript?

0 Answers  


How to print a web page using javascript?

0 Answers  


how can we retrieve value from one database server and store them another database server using sql server code

0 Answers   HP,


How does javascript work?

0 Answers  


How to getting values from cookies to set widgets?

0 Answers  


What is nodetype in javascript?

0 Answers  


Categories