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
How do you calculate square roots?
What is double word?
What are the two categories of data types in the java programming language?
What is the use of set in java?
Write a program to show whether a graph is a tree or not using adjacency matrix.
Can we declare a constructor as final?
Difference between string, stringbuffer and stringbuilder?
What is java volatile?
What does ide stand for?
What is the difference between jfc & wfc?
What is the inheritance?
Can anonymous class have constructor?
How many types of literals are there in JAVA?
Give me some null interfaces in java?
Define how objects are stored in java?