MBA-IT.com
Welcome About us Blogs News Contact Us Privacy Policy Terms Of Use  
Advertising
Business Research
Economics
Marketing
Human Resource Management
Software Engineering
Java

Start

Java Concepts

Java Data Types

Java Syntex

HelloWorld.java

PHP
 

 Blogs > Java > Start

Start - Object Oriented Programming

Object

Any imaginary or real world entity is called an Object

Entity

Any thing which can produce some affects or which can get affected by programming process

Object Oriented Programming

A type of programming in which all the programming instructions are processed by the objects, on the objects

Software

A collection of programming instructions, which perform any specific task for which the software has been written

Software Instructions

These are special type of commands, sent to computer in order to perform certain tasks for which the instructions have been written

Software Development

Software development is a process which converts real world problems and work flows to computerized based systems

Software Development Environment - SDE (Integrated Development Environment - IDE)

A full featured environment which has all the tools required to create software. A typical software development environment consists of Editor, Compiler and Debugger

  1. Editor
    A software which helps in writing software instructions (source code) editor
  2. Compiler
    A software that converts the human readable software instructions (source code) into computer instruction
  3. Debugger
    A software which helps in detecting and removing software bugs and malfunctions from software instructions (source code)

Java language contains full featured software development environment, you can check http://java.sun.com for more details

 

© 2005 -2010 MBA-IT.com, All Rights Reserved

Contact us | Privacy | Terms of Use