Results 1 to 4 of 4
  1. #1
    Takari's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    Cross Fire Section
    Posts
    11,889
    Reputation
    574
    Thanks
    1,966
    My Mood
    Cool

    Java Tutorial Chapter 2 - All hail JAVA!

    Introduction:
    "Java is a programming language and computing platform first released by Sun Microsystems in 1995. It is the underlying technology that powers state-of-the-art programs including utilities, games, and business applications. Java runs on more than 850 million personal computers worldwide, and on billions of devices worldwide, including mobile and TV devices."

    Follow the rules

    A compiler goes a long way to help us create programs to create helpful results . However , it is still quite dumb . That is , you cannot just fill in your own words for describing what you want!

    So , two things are important at this stage.
    1. You need to follow a STRUCTURE the Java compiler will understand.

    Java expect you to fill in code into parts called classes.
    Each program will have a main class , which determines the way in which the rest of the classes will work together .

    2.You have to use KEYWORDS which are the only words the Java compiler will understand.
    Keywords instruct the compiler what to do. Eg 'print' tells the compiler to tell the computer to display something on the screen .

    Installing required Software.

    To start programming with Java you need two things . The Java Development Kit (JDK) is basically a set of tools to help you create your programs .The second program required is JCreator which provides the environment (Windows,buttons,menus) to create your program in.

    JDK link : Java SE Development Kit 7 Downloads
    JCreator link : JCreator — Java IDE
    [IMG]https://i1114.photobucke*****m/albums/k538/ImminentJM/takari.png[/IMG]




     
    Goal:
    10,000 Posts - 10/13/2011
    Become Minion - Not Done
    Become Donator - 07/29/2011
    1000 Thanks - Done - 07/25/2011
    2000 Thanks - Not Done
    Thanks Archangel for my 1,000 Thanks.
    Thanks Keroaplt for my Signature.

  2. The Following User Says Thank You to Takari For This Useful Post:

    Paul (10-13-2011)

  3. #2
    Paul's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    6,296
    Reputation
    473
    Thanks
    1,061
    My Mood
    Sleepy
    thanks, I'll use this


  4. #3
    Takari's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    Cross Fire Section
    Posts
    11,889
    Reputation
    574
    Thanks
    1,966
    My Mood
    Cool
    No problem , I will create another one today probably .
    [IMG]https://i1114.photobucke*****m/albums/k538/ImminentJM/takari.png[/IMG]




     
    Goal:
    10,000 Posts - 10/13/2011
    Become Minion - Not Done
    Become Donator - 07/29/2011
    1000 Thanks - Done - 07/25/2011
    2000 Thanks - Not Done
    Thanks Archangel for my 1,000 Thanks.
    Thanks Keroaplt for my Signature.

  5. #4
    shizzle08's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Posts
    25
    Reputation
    10
    Thanks
    0
    thanks i will use them on future

Similar Threads

  1. Java Tutorial Chapter 3 - Creating a File
    By Takari in forum Programming Tutorials
    Replies: 0
    Last Post: 10-13-2011, 11:58 AM
  2. Java Tutorial Chapter 1 - An Introduction to Programming
    By Takari in forum Programming Tutorials
    Replies: 0
    Last Post: 10-12-2011, 08:27 AM
  3. [Tutorial]Chapter 1 - Basic Java Syntax
    By xXH4XM@ST3RXx in forum Java
    Replies: 2
    Last Post: 03-28-2010, 08:47 AM
  4. [release] Java tutorial !
    By vxheadshotxv in forum Java
    Replies: 3
    Last Post: 01-02-2010, 11:21 PM
  5. Java tutorial/Book
    By zeco in forum Java
    Replies: 3
    Last Post: 09-02-2009, 05:56 PM