Selenium Java

Selenium Java tutorials or programming in java is very famous language in the world ,mostly used programming language across all web applications development,desktop application,Mobile application developments.In this java tutorials you will learn java programming with easy steps and with real time examples.

What is Java?

Java is a programming language which is used to develop a application or software and it is a platform independent. Platform independent means write the code and run any operating system.Suppose one application is developed in windows 7 os then you can run same application in different platforms or OS and java is fully object oriented programming language,high level language.

Simple Example


class addition(){
int a=10,
 int b = 10;
 int c;
 public static void main(String[] args){
c=a+b;
 System.out.println("Addition of two numbers is :"+c);
     }
}

Output:

Addition of two numbers is : 20

Using of Java program:

1.Java is developed by Sun micro systems and many devices where currently java is using for development.
2.Desktop applications
3.Windows applications
4.Web applications
5.Telecommunications
6.Mobile Applications
7.Games development
8.Robotics etc....

Java Tutorial Topics:

1.Java OOPS concepts
2.Class and Object
3.Constructor
4.Inheritance
5.Naming Convention
6.DataTypes
7.Variables
8.Java Modifiers
9.Java Operators
10.Loop controls
11.Java Decision Making
12.Method Overloading
13.Java Keywords
14.Aggregation
15.Java Polymorphism
16.Abstract Class
17.Dynamic Binding
18.Interface
19.Package
20.Access Modifiers
21.Wrapper Class
22.Object Cloning
23.Java Arrarys
24.Java Regular Expressions
25.Java Exceptions
26.Java Files handling(IO)

By this tutorial you will learn java easily and can start coding in java using Eclipse or Notepad or any other tools.In this tutorial you will get practical examples of java where you can apply easily in your real time programming.