what is difference Between Core Java and advance java
Answer Posted / simran
core java is basic fundamental knowledge of java which is based on oops concept.advance java is extended form of core java,which is for web application.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a lightweight component?
write a program that list all permutations of ABCDEF in which A appears before B?
What exactly is java?
Explain restrictions for using anonymous inner classes?
What is the purpose of static methods and static variables?
What is difference between an object and a class?
What is difference between add() and addelement() in vector?
Can we rethrow the same exception from catch handler?
What is singleton class in java and how can we make a class singleton?
Why are getters and setters used?
What are some characteristics of interference class?
What is an infinite loop?
Can we have return statement in finally clause? What will happen?
What is the difference between final, finally and finalize() in java?
What is class forname?