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
Explain inheritance in java?
Why is static used?
what is anonymous class in java?
what methods would you overwrite in java.lang.object class?
How would you convert bytes to string?
Explain the importance of throwable class and its methods?
What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?
State the significance of public, private, protected class?
How many bits is a char?
What is an interoperable application in java ?
What is the reason behind using constructors and destructors?
Difference between string s= new string (); and string s = "abv";?
What is null statement?
Define array. Tell me about 2-D array.
What are recursive functions?