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 does || mean in code?
What is stream api in java8?
Explain the importance of throwable class and its methods?
Why unicode is important?
What are three types of loops in java?
Can you write a java class that could be used both as an applet as well as an application?
What is the use of coding?
What are the types of web technologies?
What is a newline character in java?
What do you mean by JVM?
Explain java coding standards for classes or java coding conventions for classes?
Can java hashmap have duplicate keys?
What is <> used for in java?
What is singleton class and how can we make a class singleton?
Are strings immutable in java?