what is difference Between Core Java and advance java
Answer Posted / teppi
core java is the fundamental part of the java technology
and one can to learn advanced java there is knowledge of
core java vey important.without any knowledge of core java
one cannot entry to the advanced java.core java is the base
part of the advanced java.In the core java one can create
a application,but to transminate the appllication in any
other enviornemt there is need of advanced java through
rmi,nerworking,applet and also servlet.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is ordered map in java?
Explain the hierarchy of java exception classes?
How do you initialize an arraylist in java?
What is the significance of java packages?
What is return used for in java?
Can inner class be public in java?
How does thread synchronization occurs inside a monitor?
What does n mean in java?
Why does abstract class have constructor?
Why string objects are immutable in java?
What is a marker interface?
Explain the difference between an Interface and an Abstract class?
describe method overloading
what is the difference between Object Based Language and Object Oriented Language?
How we create object in copy constructor?