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 are the kinds of polymorphism?
Is oracle java 11 free?
Define reflection.
I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?
What is Session reduplication and how its done?
Is array a class?
Can list have duplicates in java?
What is a parameter in a function?
How do you differentiate abstract class from interface?
why Java does not support multiple inheritances?
What is a java list?
List the different types of classloaders in java.
What is the use of string and stringbuffer?
What are streams in java 8?
What will happen to the exception object after exception handling?