Directory

Learning to program in Java

Owner
Votes
0
Visited
80
Rating
0 vote
Favoured:
0


This course introduces you to programming in the Java programming language.

The course starts with an introduction to programming techniques, using the Java language. You'll learn how to write and run programs, how to store information in variables within your programs, and how to make decisions and repeat pieces of code (loops).

One of the big strengths of Java is the way it lets you write code that's shareable through a whole suite of programs. Such code is structured into "methods", "objects", "classes" and "packages". The course studies the theories of this scheme (known as object oriented programming), and shows you how to design and write your own classes, and how to make effective use of the huge library of standard classes supplied with Java.

Handling text through string objects, and using standard collection objects such as arrays, vectors, stacks and hashtables is covered once you have a good grounding in how Java's objects work. We also cover input, output and exception handing in some depth on this section of the course. Threads, serialisation, synchronisation and internationalisation will also be overviewed.

There's a whole terminology associated with Java, and we'll ensure that you know your "JVM"s from your "JRE"s, and you know when you would use Applets or Servlets, beans and JSPs. The course includes a section on managing all your files, arranging them into packages and jars, setting up your environment so that they're accessible later. We'll show you examples of different environments in which Java can be used - on a web server, within a browser, etc.

The course concludes with a section on resources that are available, and a forward-looking lecture that overviews many more of the facilities available in Java, and what they can do for you.

Voted Best

RankName
1Sun Certified...
Show more...

Latest entries

1. Internet marketing...
    www.mediactacademy.nl
    Category: Training site
    Created: Dec 9, 2011
2. Online Java Training...
    skillforge.com/courses...
    Category: Training site
    Created: Dec 4, 2010
3. WebLogic Application...
    www.infosupport.com...
    Category: Java EE
    Created: Nov 28, 2010
4. Service Oriented...
    www.infosupport.com...
    Category: Other
    Created: Nov 28, 2010
5. Oracle Fusion...
    www.infosupport.com...
    Category: Java EE
    Created: Nov 28, 2010
Show more...

Resources