what is difference Between Core Java and advance java
Answer Posted / imtiyaz
According my knowledge there is no core and advanced java
in java world... we have only j2se,j2ee and j2me.
The fundamentals concepts of java which deals basically
with oops concepts and their implementaion in language can
called core java and the remaing is called adv.java for
your view to answer the question.
The core and adv contents which are providing in present
institutes are just a business logic.
if you want to know what we are having in core concepts
please go with sylabus details of certification exam of
j2se.
| Is This Answer Correct ? | 267 Yes | 107 No |
Post New Answer View All Answers
What are variable arguments or varargs?
What is %02d?
Can we override a variable in java?
Why java is call by value?
Explain about the performance aspects of core java?
What is rule of accessibility in java?
How infinite loop is declared?
What are the two ways to create a thread?
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain
What happens when you add a double value to a string?
What is t type java?
what is the purpose of the runtime class?
Explain creating threads by implementing runnable class?
Can we override private method in java?
What is the purpose of garbage collection in java? When is it used?