Header image  
         Let The Pain Begin  
 
 

Intro to Java

Java is a programming language and the platform.Java is simple high level,robust ,secured and object oriented language.

Platform- Any hardware or software environment in which aprogram runs. Java has its own runtime environment i.e., JRE(Java Runtime Environment) and API, thus Java is platform

Types of Java Application

  1. Standalone Application
    Application for Desktop or window based
  2. Web Application
    Application that runs on server e.g ., servlets, JSP etc...
  3. Enterprise Application
    Distributed application in nature e.g., banking
  4. Mobile Application
    Application for mobile e.g., android, Java ME.

back next

 

ThEoRy InDeX
 

CoDiNg InDeX

  1. Hello World
  2. Program to Show all the Bitwise operators
  3. Program to use arithmetic and logical operator
  4. To find thw sum of first 100 numbers
  5. To find all prime number in given range
  6. To find all armstrong number in given range
  7. Program to find reverse of a number
  8. Program to add and multiply two matrix
  9. Program to demonstrate String class
  10.