what is difference Between Core Java and advance java

Answer Posted / rajeev

The difference between Core Java and Advance Java is that in
Core Java we only use the basics of Java Language such as
java console programming, control statements, array,classes,
objects ect. It is all about to understand the fundamental
of Java Programming. In Advance Java we use more inbuilt
tools and classes. These are used by the programmer without
go in to detail how its work and execute. But a programmer
who has the knowledge of core java can actually understand
the background working of advance java tools and inbuilt
programs

Is This Answer Correct ?    4 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of tostring() method in java?

773


What is a variable and constant?

762


What is the synonym of procedure?

728


Does constructor return any value?

770


What are the benefits of operations in java?

674


Can we override compareto method?

705


Why is stringbuffer not immutable?

763


Can you access the private method from outside the class?

717


What are multiple inheritances?

812


What is use of map in java?

730


What is scope & storage allocation of global and extern variables? Explain with an example

777


Why do we create threads in java?

785


What is array initialization in java?

691


Implement a stack with push (), pop() and min() in O(1) time.

804


Can we sort hashmap in java?

720