what is difference Between Core Java and advance java
Answer Posted / debasish sahoo
See the diffrence is that core java is the fundamental for
java that will be used in any java technology without this
no one can jump on any advance java technology.
Where as advance java is specialisation in some domain , as
someone in networking,web,DCOM,or data base handling.
And more over core java packages are always started with
java.lang..... where as advance java are always with
javax.servlet....
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is Major and importance difference between for and foreach loop ?
Explain the transient field modifier?
What does arrays sort do in java?
What is difference between stringbuffer and string?
What are the drawbacks of singleton class?
Why string is a class?
Differentiate between the constructors and methods in java?
Is int a class in java?
How many ways can you break a singleton class in java?
Difference between Linked list and Queue?
From the two, which would be easier to write: synchronization code for ten threads or two threads?
List down the methods and interfaces of collection class in java.
What is finalize()? Is finalize() similar to a destructor?
What does system out println () do?
What is runtime polymorphism or dynamic method dispatch?