Wednesday, September 18, 2013

Filled Under: , , , , , , ,

Learning Java programming....

Share
All most every running device online or offline uses java one of the most demanding programming language. In all fields networking, software interface, application design, animation, security and operating systems.

Java if fully object oriented programming language provide an extraordinary powerful environment to developers & designers to convert idea into codes.

May be you don't know about java, But I am sure you know about Android another most popular word in market and Android is build in java.
And this is a Big reason why you need to know about java.

Android comes with a huge opportunity for those programmer & designer who know java to develop android applications, games & a lot more.  

Learning java is really simple & very interesting too. I have a good collection of java programs in very simple programming complexity & if you want to learn, than start from here..
I bet you after you finish basics of java android becomes much & more simple & easy for you.


Let's start with most basic program called say hello to java..


Code Box
//Program to print hello in java

class hello
{
public static void main(String a[])
{
System.out.println("hello to JAVA");
}
}

0 comments:

Post a Comment