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 are filterstreams?
What one should take care of, while serializing the object?
What are the basic concepts of OOPS in java?
What is a string what operation can be performed out with the help of a string?
Why map is used in java?
Tell me the latest versions in java related areas?
Difference between final and effectively final ? Why is effectively final even required ?
What is object in java?
What do you mean by platform independence? What is an interface?
what is static import in java? Explain
Is .net better than java?
Write down program for following scenario. Use java coding standard. You have array list with some words in it..we will call it as dictionary….and you have a arbitrary string containing some chars in it. You have to go through each word of dictionary and find out if that word can be constructed with the help of chars from arbitrary string given. If you find the word print it else print none.
Which types of exceptions are caught at compile time?
What is a boolean structure?
What is better- service oriented or batch oriented solutions?