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 are constants and how to create constants in java?
What methodology can be utilized to link to a database?
What are methods in java?
What is member in java?
what do you mean by classloader?
Write a java program to count the number of words present in a string?
Can a abstract class be defined without any abstract methods?
How do you reverse a string in java without using string buffer?
Can we have two methods in a class with the same name?
What is the current version of java?
What are the java ide’s?
Is string a class?
What are the advantages of java inner classes?
What is ‘is-a ‘ relationship in java?
What are parameters in a method?