what is difference Between Core Java and advance java
Answer Posted / salvin francis
Core java would indicate any java technology that has
client side coding only.
a very simple example is a Calculator that you make using a
JFrame. Swing,awt are a part of core java itself
Advanced java is the term used to indicate any Server
client archietecture that you would use.
The most simplest example of advanced java code is that of
a web-based application that u would make using jsp and
servlets.
one of the posts here is correct that these two terms do
not exist rather someone has coined them,nevertheless they
are used quite frequently
| Is This Answer Correct ? | 12 Yes | 7 No |
Post New Answer View All Answers
What is the collections api?
What is serial version uid and its importance in java?
What is array list in java?
List primitive java types?
What is equlas() and hashcode() contract in java? Where does it used?
What is the purpose of assert keyword used in jdk1.4.x?
Does java set allow duplicates?
How to compare two strings in java program?
Why does java have two ways to create child threads?
What is boolean query?
What is outofmemoryerror in java?
Write a function to find out longest palindrome in a given string?
What do you mean by an interface in java?
Define "Access specifiers" in java.
What is the difference between import java.util.date and java .util?