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
What is the SimpleTimeZone class?
What does the ‘static’ keyword mean? Is it possible to override private or static method in java?
What is classpath?
What is one third plus one third as a fraction?
How many types of memory areas are allocated by JVM in java?
Is it possible to write a regular expression to check if string is a number?
Write a program in java to establish a connection between client and server?
What are kinds of processors?
Is it possible to compare various strings with the help of == operator?
What will happen when using pass by reference in java?
What is the relationship between class and object?
What are the advantages and disadvantages of object cloning?
What is meant by call by reference?
How many ways can we create the string object?
Explain about main thread in java?