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 off heap memory?
What is an empty class? What functionality does it offer in Java?
What is passing by reference in java?
What does split function do in java?
What about instanceof operator in java?
Where and how can you use a private constructor?
Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).
What is string data?
What is arrays aslist in java?
how to deploy apache tomcat server to weblogic server in java
What is anagram of a string?
How do you use wildcards?
Why is java not 100% pure oops?
Explain why wait(), notify() and notifyall() methods are in object class rather than in thread class?
What is the purpose of the enableevents() method?