what is difference Between Core Java and advance java
Answer Posted / pankaj rautela
according me core-java is fundamental of java language.But Advance java is higher part of java language..
we can take a real life example..
such as: A child who take admission in primary.. and other is college student..
different is primary student only learn..according books(core-java) but college student to use his logic..(advance java).
Note: But both are important to learn java..
ex: such as a coin of 1 rupee, because one part of coin is useless without other part..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
When the constructor of a class is invoked?
What is data member in java?
What is private static class in java?
Can list be null in java?
How do you do exponents in java?
What is difference between final and immutable?
Which is the best sorting technique in java?
What is double data type?
What is garbage collection? What is the process that is responsible for doing that in java?
What are methods and how are they defined?
What is a class component?
What happens when main () method is declared as private?
How do you allocate memory to object?
what do you understand by synchronization? Or what is synchronization and why is it important? Or describe synchronization in respect to multithreading? Or what is synchronization? : Java thread
What if constructor is protected in java?