Monday 19 August 2013

LESSON: 2 IN JAVA

So, lets continue with it guys.....

THE TOPIC NOW IS WHAT JAVA IS ???

Java is a middle level language. Middle level language is a statically typed, free-form, multi-paradigm, compiled, general-purpose programming language. It is regarded as an middle-level language, as it comprises a combination of both high-level and low-level language features.
C++ is one of the most popular middle level languages(along with java) and its application domains include systems software (such as Microsoft Windows), application software, device drivers, embedded software, high-performance server and client applications, and entertainment software such as video games.

And it is Object Oriented Programming.....

OBJECT ORIENTED PROGRAMMING (OOP)

Object Oriented programming is an approach to standardize the programs by creating partitioned memory area for both data and function. Object-oriented programming (OOP) is a programming paradigm that represents concepts as "objects" that have data fields (attributes that describe the object) and associated procedures known as methods. Objects, which are usually instances of classes, are used to interact with one another to design applications and computer programs.Objective-C, Smalltalk, Java and C# are examples of object-oriented programming languages.




HISTORY OF JAVA

To know shortly about the history of java, it was invented by James A. Gosling, a famous software developer. James Gosling, Mike Sheridan, and Patrick Naughton initiated the Java language project in June 1991.[12] Java was originally designed for interactive television, but it was too advanced for the digital cable television industry at the time.[13] The language was initially called Oak after an oak tree that stood outside Gosling's office; it went by the name Green later, and was later renamed Java, from Java coffee, said to be consumed in large quantities by the language's creators.

------------------------------------------------------------------------------------------------------------
FROM THE NEXT LESSON WE WILL PROCEED STRAIGHT AWAY TO PROGRAMS
For more stay tuned to:  http://romitcooltricks.blogspot.in





No comments:

Post a Comment