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 is a structure different from array ?
What is called module?
What is stringbuffer in java?
Does the order of public and static declaration matter in main method?
What are advantages and disadvantages of OOPs?
What is the difference between call by reference and call by pointer?
How to connect to a remote database using Applet?
What are basic keywords?
'A class is a template for an object' explain this statement.
What is a treeset in java?
What are the differences between getting and load method?
Give an example of call be reference significance.
Can java inner class be static?
How do you convert string to int in java?
What is thread synchronization in java?