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 do you understand by an io stream?
What is the advantage of preparedstatement over statement?
Can we serialize static variables in java?
What is a singleton class in Java?
What is jar?
Does isempty check for null?
How can you generate random numbers in java?
What is meant by null and void?
What is the difference between import java.util.date and java .util?
How do you sort a list in java?
Difference between Linked list and Queue?
How do you reverse sort in java?
What is boolean query?
Which package is imported by default?
What is private static in java?