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
Explain about oops concepts.
What are the differences between string and stringbuffer?
Explain the difference between jvm and jre?
What is arraylist class in java?
Can a class be private or protected in java?
v-model life cycle
How will you print number in reverse (descending) order in BST.
What is unicode datatype?
Why multiple inheritance is not supported by java?
What is final int?
How variables are declared?
What is nested interface?
What is the file type?
can java object be locked down for exclusive use by a given thread? : Java thread
What about main() method in java ?