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
What is the purpose of tostring() method in java?
What is a variable and constant?
What is the synonym of procedure?
Does constructor return any value?
What are the benefits of operations in java?
Can we override compareto method?
Why is stringbuffer not immutable?
Can you access the private method from outside the class?
What are multiple inheritances?
What is use of map in java?
What is scope & storage allocation of global and extern variables? Explain with an example
Why do we create threads in java?
What is array initialization in java?
Implement a stack with push (), pop() and min() in O(1) time.
Can we sort hashmap in java?