Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is difference Between Core Java and advance java

Answers were Sorted based on User's Feedback



what is difference Between Core Java and advance java..

Answer / chiranjiv

there is no much difference between these two just naming
different.core java is the beginning of java and also the
fundamental Ppart for those who are keen to learn java and
adapt to new java technologies so for that he/she needs to
learn the core concepts of java which sometimes is called
as core java only. any one who is mastered in core java
will find less difficulties learning other java technologies,

in addition to that J2SE(core java,stand alone
applications),J2EE(can be called advanced java,web
applications),J2ME(mobile technologies)l.

so last i will say no much difference i can say advanced
java is same as j2ee(enterprise edition)

Is This Answer Correct ?    0 Yes 0 No

what is difference Between Core Java and advance java..

Answer / azeem

core java is fundamental of java concepts like oops concepts.with out core java we cant move advanced concepts in java it is a heart of learning java language.Advanced java is used to develop web applications in that having concepts as servlets and jsp.

Is This Answer Correct ?    1 Yes 1 No

what is difference Between Core Java and advance java..

Answer / seshaaaaaaa

Institutes like Naresh technologies in hyderabad made this
core java and advanced java. Actually Gosling doesn't divide
java into core and advanced.only javaaaaaaaaa is thereeee.

Is This Answer Correct ?    0 Yes 0 No

what is difference Between Core Java and advance java..

Answer / simran

core java is basic fundamental knowledge of java which is based on oops concept.advance java is extended form of core java,which is for web application.

Is This Answer Correct ?    0 Yes 0 No

what is difference Between Core Java and advance java..

Answer / bakey

There is no difference between core java and advance java

Is This Answer Correct ?    0 Yes 0 No

what is difference Between Core Java and advance java..

Answer / rattaiah

core and advanced java are not official terms these terms
are introduced by institutions.
as part of sun micro systsems the java language is divided
into three types
1) j2se (java 2 strandred edition )
2) j2ee (java 2 Enterprize edition)
3) j2me (java 2 micro edition)

j2se is basic for the java technology. after compleion of
this one we are eligible for adv java,android,Selenium
Testing........

Is This Answer Correct ?    0 Yes 0 No

what is difference Between Core Java and advance java..

Answer / 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

what is difference Between Core Java and advance java..

Answer / namani supriya

According to my view Java is used for developing a website for high scale business enterprise. Institution people made the difference core and advance java.

Is This Answer Correct ?    0 Yes 0 No

what is difference Between Core Java and advance java..

Answer / ankush gour

I have been on Java for almost an year now, and I still have no understanding of what someone means when they say there are working on Java, or Core Java or Advanced Java? How do you differentiate between the 3 of them?

Is This Answer Correct ?    0 Yes 0 No

what is difference Between Core Java and advance java..

Answer / kirankumar

core java is the client side and it is used to develope window
where as advance java is network side n it is runs application

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More Core Java Interview Questions

How can you make sure that your singleton class will always return single instance in multi-threaded environment?

0 Answers  


How do you use equal in java?

0 Answers  


Interface A { String test(); } Interface B { int test(); } Create a class AB which must implements both A & B interfaces.

17 Answers   Hewitt,


Explain when classnotfoundexception will be raised ?

0 Answers  


We have two methods to create methods the threads. 1. Implementing runnable interface 2. Extending to thread class and overriding run method. Among these two which one is better and why? Please explain me in detail.

2 Answers  


can we take more than one null values for Unique constraints.

1 Answers   3i Infotech,


What will be the output of the program? public class Test { public static void main(String args[]) { ArrayList<String> list = new ArrayList<String>(); list.add("2"); list.add("3"); list.add("4"); list.add("5"); System.out.println("size :"+list.size()); for(int i=0;i<list.size();i++) { list.remove(i); } System.out.println("size after:"+list.size()); } }

5 Answers   Rolta,


What happens when a thread cannot acquire a lock on an object in java programming?

0 Answers  


Describe OOP in java?

2 Answers   Syntel,


What is advantage of java?

0 Answers  


What do you understand by the term wrapper classes?

0 Answers  


Does java have extension methods?

0 Answers  


Categories