Introduction

                                               JAVA

The Top 5 important Topics in JAVA

  • Object Oriented Programming
  • Strings and String buffer
  • Exception Handling
  • Multi Threading
  • Collections

# IF your are perfect in these Five Topics your strong in JAVA

first post

Introduction
Java is most popular programming language
It is simple and robust

basic java program is given by

  1. class Simple{  
  2.     public static void main(String args[]){  
  3.      System.out.println("Hello Java");  
  4.     }  

output: hello java


First Java Programme



Introduction

Features of java

  • Java is most popular programming language
  • It is simple and robust
  • It is platform independent

Basic java program is looks like ,

  1. class Simple{  
  2.     public static void main(String args[]){  
  3.      System.out.println("Hello Java !");  
  4.     }  

output: Hello java !


Java Standerd Eddition

This is first and basic installation of java
It is a install-able software
By using this we can build two types of applications
     1.stand alone applications
     2.console based  network applications
1.stand alone applications
  Those applications which are running on single machine are called stand alone applications.
ex:
   calculator
2.console based network applications
  Those applications which are based on network.
  These are client - server based applications
ex:
  websites

Java in one Month

Yup ,you read it correctly.

This tutorial is designed to provide complete  knowledge on java in one month.

Total 30 posts are created for this purpose.

It is suggestible to read one post every day for better understanding.

This is for beginners and professionals.


This is my first post

hello every body