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
Explain the reason behind ending a program with a system.exit(0)?
Can long be null in java?
Can we make constructors static?
What are different data types?
What is sizeof () operator?
What is not object oriented programming?
What is outofmemoryerror in java?
Why is singleton not thread safe?
Why can't you declare a class as protected?
Write a code to create a trigger to call a stored procedure
In java how do we copy objects?
What are the elements of java?
How do you read and print a string in java?
What is data structure in java?
Say any two properties in beans?