what is difference Between Core Java and advance java
Answer Posted / ramneesh
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 ? | 464 Yes | 77 No |
Post New Answer View All Answers
Is java pass by value or pass by reference?
What is immutability in java?
What is the difference between && and & in java?
What are the differences between the constructors and methods?
What are the 4 types of characters?
Is {a, n, d} a palindrome? If you are given a random string, is it a palindrome or not?
What is considered an anti pattern?
What are namespaces in java?
What is the use of volatile in java?
If system.exit (0); is written at the end of the try block, will the finally block still execute?
Explain some best practices you would apply while using collection in java?
What is data type example?
What is Enum in Java?
Difference between arraylist and vector.
How java is similar to c?