what is difference Between Core Java and advance java
Answer Posted / azeem
core java is fundamental of java concepts like oops concepts.with out core java we cant move advanced concepts in java it is a heart of learning java language.Advanced java is used to develop web applications in that having concepts as servlets and jsp.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is a static class in java?
How does queue work in java?
What is anagram in java?
What is contract between hashcode and equal method?
Which is faster string or stringbuilder?
How do you reverse a string in java?
What kind of variables can a class consist?
How does hashset works in java?
Why do we use regex?
Is list thread safe in java?
What is a heavyweight component?
Is it possible to use Semaphore/ Mutex in an Interrupt Handler?
What is skeleton and stub?
What does file separator do in java?
How can an exception be thrown manually by a programmer?