• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

java and core java

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
could you please throw some light on the differences between Java and Core Java
 
Ranch Hand
Posts: 84
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Suresh,
I'm not sure there is a difference between "Java" and "Core Java". Perhaps you're confusing the responsibilities of a system, ie, the core components and other components making use of the core. In most core system implementations you'll find the lowest level of implementation, ie, actual database read/writes, network-layer communication to various resources -- basically the realization of data into objects that make the higher tiers more palatable to a non-core developer. Perhaps on the bean/jsp tier, a developer can say, carInstance.go() and not have to worry that the core is communicating via RMI to a box in Germany that is controlling a new Volkswagen prototype (that's core java to me).
Hope this helps!
Cory
 
author
Posts: 3892
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Are you referring to the series of books from Sun that all start with "Core Java" in their titles? That isn't referring to something specifically called "Core Java" it simply uses the term "Core" to mean "Essential".
Kyle
 
Ranch Hand
Posts: 91
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My interpretation of his question is the
"Core" Java - what is in the JDK, and
extensions - packages with javax. For example,
Collections are core - Servlets are not.
First - we need a clarification on what the
question really is - Suresh - can you clarify?
---------------------------------------
Considering the Certified Java Programmer Exam?
Get JCertify!
http://www.enterprisedeveloper.com/jcertify
The best investment in your career you will make all year
 
Suresh
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Actually, in an interview, interviewer asked me about this. In some computer centres, they are offering courses like Java and Core java. I would like to know, whether there is any technical, conceptwise or any differences between these two.
That's it.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic