Green CSE : OCET 2007-2011

Monday, February 27, 2012

>>>>> Java >>>>>

Java Hub : java ebooks, jobs etc.,  click here : Java hub


Java : 
  • Java is a programming language originally developed by James Gosling at Sun Microsystems (which has since merged into Oracle Corporation) and released in 1995 as a core component of Sun Microsystems' Java platform.
  • Java applications are typically compiled to bytecode (class file) that can run on any Java Virtual Machine (JVM) regardless of computer architecture. 

Object :  An object is a simulation of the real-world entities.
 To work with objects, we should be able to identify three key characteristics of objects:
The object's behavior— what can you do with this object, or what methods can you apply to it?
The object's state— how does the object react when you apply those methods?
The object's identity— how is the object distinguished from others that may have the same
behavior and state?


Class :
  Classes act as templates for the objects. Classes are structures that holds the member fields and member functions of the object.



No comments:

Post a Comment