what is difference Between Core Java and advance java
Answer Posted / jitendr kumar sahoo
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 ? | 78 Yes | 20 No |
Post New Answer View All Answers
How many JVMs can run on a single machine and what is the Just-In-Time(JIT) compiler?
What is the use of parse function in java?
What is java command?
What are the different types of sorting in java?
What is the difference between a local variable and an instance variable?
What do you know about the garbate collector?
Can a final method be overloaded?
Can we overload final method in java?
How java is similar to c?
What is the old name of java?
What are three ways in which a thread can enter the waiting state in java programming?
What is variable and rules of variable?
What is finalize()?
What is static method with example?
Define iterator and methods in iterator?