what is difference Between Core Java and advance java
Answer Posted / gini
this is only a naming convention.....the standard edition ie j2se is known as core java and the enterprise edition i.e. j2ee is known as the advanced java.So there is nothing wrong if someone uses these terms as well.Although the above mentioned differences like j2ee being for stand-alone and j2ee for enterprise applications(not only web applications)are also correct.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the static variable?
What is the difference between math floor and math round?
Explain how can you debug the Java code?
Explain the difference between runnable and callable interface in java?
What are bind parameters?
What is final?
What are the differences between checked exception and unchecked exception?
What is difference between float and double?
Explain access modifiers in java.
Can a class be declared as protected?
Write a code to show a static variable?
What is static data type in java?
Can constructor be static or final?
Explain the protected field modifier?
What should I import for arraylist in java?