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 meant by abstract class?
What is ternary operator in java?
Can we extend singleton class?
Why deletion in linkedlist is fast than arraylist?
What initialize variables?
How do you find the maximum number from an array without comparing and sorting?
What are the three types of design patterns?
What programs use java?
Write a program to reverse array in place?
Can we convert stringbuffer to string?
explain what is transient variable in java?
What access modifiers can be used for methods?
If system.exit (0); is written at the end of the try block, will the finally block still execute?
How many bits is a 64 bit byte?
how to convert Java project into Maven ?