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 do you understand by the term polymorphism?
What is string data?
Is a method a function?
Can a class have multiple subclasses?
What is stringreader?
Why parameters should be passed by reference?
What is arguments in java?
What is singleton math?
Which collection is ordered in java?
What is the differences between heap and stack memory in java? Explain
What is a Hash Table? What are the advantages of using a hash table?
How many types of voids are there?
What is the same as procedures?
If an application has multiple classes in it, is it okay to have a main method in more than one class?
Is java 1.7 the same as java 7?