what is difference Between Core Java and advance java
Answer Posted / mamatha
core java is the fundamental part of the java technology .
Core Java Means the "Stand -alone" java applications.
for ex
Desktop Applications such as acrobat reader, media player, antivirus etc.
Advanced java are java Application An application that runs on the server side and creates dynamic page, is called web application. Currently, servlet, jsp, struts, jsf etc. technologies are used for creating web applications in java.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is java instanceof operator?
What is a method in java?
What is java util hashmap?
What access modifiers can be used for class ?
What is constructor and virtual function? Can we call a virtual function in a constructor?
What is passing value java?
What is the difference between actual and formal parameters?
Is 9 a prime number?
Can size_t be negative?
Explain why wait(), notify() and notifyall() methods are in object class rather than in the reading class?
what is the use of pojo (plain old java objects)? how it is interact with crystal reports? pls urgent
What is a top level class in java?
Can private method static?
What is a numeric literal?
What’s the difference between applets and standalone program?