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
Why we override equals() method?
What is a arraylist in java?
What exceptions occur during serialization?
Is boolean a wrapper class in java?
Which number is denoted by leading zero in java?
Which is better list or arraylist in java?
Which methods are used during serialization and deserialization process?
Can you use this() and super() both in a constructor?
what are three ways in which a thread can enter the waiting state? : Java thread
What is constructor chaining and how is it achieved in java?
Hi all, I am dng a mini project on FileSplitter application which splits the GBs of logfile into Smaller chunks(mbs) depending on the split size." How to handle GBs file? I am getting OutOfMemoryException, when I input such GB sized file. Thx
What is a finally block? Is there a case when finally will not execute?
What are the types of java?
What is entry in java?
Is {a, n, d} a palindrome? If you are given a random string, is it a palindrome or not?