what is difference Between Core Java and advance java
Answers were Sorted based on User's Feedback
Answer / vasuanee
THERE ARE 3 CONCEPTS ARE THERE J2SE, J2EE, J2ME, NO ADVANCE JAVA,THROUGH J2SE WE CAN DEVELOP STAND ALONE APPLICATIONS WHICH CAN RUN ON SINGLE SYSTEM, THROUGH J2EE WE CAN DEVELOP DISTRIBUTED APPLICATION WHICH CAN RUN ON MULTIPLE SERVERS.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / s.k.kheria
java is the concept of oops & not the o.s. based.core means
essential or starting concept &advance means its extra
features thus nothing is core & advance.........java is only
the j2se,j2me,j2ee.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / siva
In core java we are learning only how to develop a java
application and how to run applications on local machines
but ,advanced java gives the information about how we are
developing server side applications and provides
information about connection b/w front end and backend
by using serve lets ...........etc
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / rajeev
The difference between Core Java and Advance Java is that in
Core Java we only use the basics of Java Language such as
java console programming, control statements, array,classes,
objects ect. It is all about to understand the fundamental
of Java Programming. In Advance Java we use more inbuilt
tools and classes. These are used by the programmer without
go in to detail how its work and execute. But a programmer
who has the knowledge of core java can actually understand
the background working of advance java tools and inbuilt
programs
| Is This Answer Correct ? | 4 Yes | 4 No |
Answer / yash kumar
what i hv learned till now according that there is no any
difference b\t core java & adv java ,,but dew to enhancing
some special basic java became adv java,
core java = basics about oops concept & u able to create
some window based application,,
adv java = about new features including core java by that u
can create web based application,,
,,,,,,,but in professional way there is no any core and
adv.;; only editions of java:
-j2se
-j2ee
-j2me
| Is This Answer Correct ? | 3 Yes | 3 No |
Answer / student
friends this might of some use
http://java.sun.com/developer/onlineTraining/Programming/JDCBook/
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / amit naokar
core java is d base 4 all other java edition. it deals only with d simple client side applns. one cannot understand what is adv. java without knowing d core java. now, adv. java deals with more complex clien and server server side appln with d help of other concepts such as jsp, struts, hibernate, servlets. advance java includes j2ee,j2me which r used to create more advance n enhanced appln.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / thaslima
my point of view core java is fundamental which we learn as
basics... where as advanced java is deal with
webserver,clientserver and so on......
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / rohit
core java & advance java is having difference . core java is basic part of java programing language and advance java is extenuation of core java.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / varsha
core java is the basic part of java technology where as advance java is the application of core java
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a condition in java?
How do you sort arrays in java?
class A{ m2(){ } } class B extends A{ m2(){ } } class c extends B{ m2(){ } } class my_class extends c{ m2(){ } pulic static void main(){ ...My_class a = new my_class(); super.super.super.m2(); is this is leagal if not find what is the legal procedure in order to call A's version of m2(); }
What does percent mean in java?
Why does java have two ways to create child threads?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
What are the 3 types of loops in java?
How to sort a collection of custom Objects in Java?
why java is better then .net?
What is the root class for all Java classes?
Why is core java important?
What is a line break example?