Features of Java Programming





Java

Java Programming:-

  • Java is not only a programming language but a platform. 
  • It is a platform for application development.[ Platform-is used for combination of hardware and system software. ]
  • Java platform is new, hi-tech  and is different from any other platform. 
  • It is designed to deliver highly interactive, dynamic and secure applications on a networked computer system.  

 

History of Java Programming:-

  • JAVA WAS DEVELOPED BY ‘James Bosling’.
  • It works on NETBEADS 5.0.
  • Java is a independent platform,it is not affected by any change.
  • It solves the problem of independency using a byte code.
  • The process of converting source code into machine code is called compilation.
  • NATIVE EXECUTABLE CODE- when different machine code is produced for different platform its resultant is known as N.E.Code.
  • Java Byte Code is a machine for instruction of a Java Processor Chip called Java Virtual machine.
  • The machine language for Java Virtual machine is called Java Byte Code.

Characteristics of Java Programming:-

  • Object Oriented Language
  • Light weight code
  • Built in graphics
  • Supports multimedia
  • Platform Independent
  • Open product

 

 

Java Provides RAPID APPLICATION DEVELOPMENT(RAD)


  • The RAD tools are the tools that enables one to create applications in short time as compared to conventional language.
  •  Range of applications can be created through RAD tools.
  • Through RAD tools you can not only develop a small utility program, but also a large enterprise or large distinct applications.
  • It offers RAD style for developing applications for windows programmer.
  • While develop large applications, the RAD tools are used t create prototype of the large application.
  • A prototype is the first model that is made of something.
  • These prototypes provide the look and fuel of the application being developed.

Java has its own IDE(Integerated Developing environment ) it works on NETbeans IDE 8.0.

 

                                                                                        
  


Comments