what is difference Between Core Java and advance java
Answer Posted / chiranjiv
there is no much difference between these two just naming
different.core java is the beginning of java and also the
fundamental Ppart for those who are keen to learn java and
adapt to new java technologies so for that he/she needs to
learn the core concepts of java which sometimes is called
as core java only. any one who is mastered in core java
will find less difficulties learning other java technologies,
in addition to that J2SE(core java,stand alone
applications),J2EE(can be called advanced java,web
applications),J2ME(mobile technologies)l.
so last i will say no much difference i can say advanced
java is same as j2ee(enterprise edition)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is identifier with example?
Can final class have constructor?
What are class types in java?
What is the function of static in java?
What two classes are used to read data only?
Can set contain duplicates?
Who found java?
How many bytes is double?
Explain inheritance in java?
What is a java lambda expression?
How many threads can java run?
What is linkedlist in java?
How can you set the applet size?
How do I remove a character from a string in java?
What's the difference between comparison done by equals method and == operator?