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 autoboxing in java?
What is array initialization in java?
What is meant by 'bit masking' in java?
Is c better than java?
What do you mean by append?
What is the difference between form & report?
Can java program run without jre?
Can you run java program without main method?
What is the use of protected in java?
If a variable is declared as private, where may the variable be accessed?
What is dot operator?
What is the use of conditional statement?
Write a program to check string is palindrome without using loop?
Can we override a variable in java?
What is a variable and constant?