Home | Course Catalogue | Contact Us

Computer Courses

IT Jobs

Computer Courses
Network plus Training
Security plus certification
Server+ Training
A+ Certification
Java Programming
Visual Basic Course
Oracle Training
C++ Programming
Web Design Training
Access 2002 Course
Perl Programming

More Courses...


Java Training Courses


This training course will enable you to learn programming and create applications for web sites with Java 2. You will also learn Java architecture, object creation, multi-threading capabilities, applets, servlets and much more.

Global Career Schools provides hundreds of IT Tech training courses. They are all delivered professionally and can be learned on your own time. Online, Books and CD training for IT training is available.

Recommended Online Schools:

  • Penn Foster Career School offers professional computer career training - Learn the essential computer skills you need for Java™ programming and design animated, interactive programs for the Web. Penn Foster Career School Java™ computer training can help you learn quickly and conveniently.

    You’ll get hands-on training in:

    Methods, classes, and objects

    Advanced object concepts

    Input, selection, and repetition

    Applets, graphics, arrays and strings, and inheritance concepts

    You’ll learn it all at home — no classroom needed! You’ll get valuable information about using layout managers and the event model, exception handling, file input and output, and multithreading and animation. It’s like having your own personal Java™ Programming school.

  • Online Java Courses - Java 1.1 and 1.2 Course - This online course provides instruction in the basics of the Java 1.1 programming language. An explanation of how Java programs work and creating a basic program is provided. Programming topics covered include using variables and strings, conditional tests, and loops. Advanced topics covered include arrays, objects, methods, inheritance, use of graphics and animation, and building a user interface. An explanation of Java applets and how to create, manage, and use them is covered. The online course concludes with the opportunity to apply the skills learned in a sample application.

  • TrainingCenter.com - Computer Training Online - This online training course provides an overview of the Java programming language. It prepares the experienced Java programmer for the Java 2 Programmer Certification Exam. Topics include object orientation, the statements used to control program flow and exception handling, the classes and interfaces of the java.lang package and the java.util package, the development of Java-based GUI, and the methods and tools for performing sophisticated input and output operations.

  • NCS Academy- This complete training course for the Java 2 includes CD-ROM's and contains over 11 hours of professional quality instructor led training.
  • Sun Microsystems offers the Sun Certified Programmer for Java 2 Platform, designed for programmers experienced in using the basic syntax and structure of the Java programming language. Objectives of the exam cover topics such as declaration and access control, language fundamentals, operators and assignments, and threads. Target Global Campus.com courses assist you in attaining Sun Certified Programmer for Java 2 Platform status.
  • More Information

Reference Books:

  • Sun Certified Programmer & Developer for Java 2 Study Guide (Exam 310-035 & 310-027) - This study guide covers all the topics for the 310-035 and 310-027 exams, with step-by-step instruction, practice exercises, and test- taking tips. Chapters concentrate on language fundamentals; declarations and access control; operators and assignments; flow control, exceptions, and assertions; object orientation, overloading, overriding, constructors, and return types; Java.lang; objects and collections; inner classes; threads; SCJD; coding standards; clarity and maintainability; graphical user interface design; networking; databases; exam documentation; and final submissions. The companion CD-ROM contains practice tests and a searchable version of the study guide.
  • Java 2: The Complete Reference, Fifth Edition - This edition of a guide to the Java language covers the latest features of Java 2, v1.4, including the new I/O API, regular expression, chained exceptions, the assert keyword, and upgrades to Java's networking classes and the Collections Framework. The book starts with an in-depth tutorial of the Java language, then examines the standard Java library and issues related to the Java development environment, and presents Java applets.
  • Special Edition Using Java 2 Enterprise Edition (J2EE): With JSP, Servlets, EJB 2.0, JNDI, JMS, JDBC, CORBA, XML and RMI - Comprehensive reference for Java Enterprise Edition, featuring coverage of topics not often approached in a reference, including n-Tier development using CORBA. The CD-ROM features the examples from the text and a trial version of BEAs Web Logic. System requirements Windows 95+(With the AutoPlay feature on), and CD-ROM drive.
  • Java for the Web with Servlets, JSP, and EJB: A Developer's Guide to J2EE Solutions - Discusses the use of Servlets 2.3 and JavaServer Pages 1.2 (JSP) in the middle tier of a medium-sized web application, and the use of Enterprise JavaBeans 2.0 (EJB) for large enterprise applications. Several chapters also explain how to incorporate JavaScript as the client-side programming language.

Top IT Jobs - View Software Engineer, Senior Technical Support jobs, Programming and more.

Featured Article:

History of Java

By Gautam Dev

The java programming language is becoming more and more popular each day. It is the language without which one cannot even hope to a land a job these days. But has somebody even wondered how this language came about? There are many stories about, many books have been written. Here is my version (not approved by Sun Microsystems).

The java programming language originated in Indonesia. It was meant to be used by the tourists that visit that country each year. Why would tourists want to use computer? Well, these are no ordinary tourists. They are rich tourists. Have they not been rich, they would not travel half way around the world to visit this place. Most people would be content to see just what is available near by. For example, if you are a texan living in Dallas, you will visit the stockyards or may be the trinity river park. If you live in New Orleans area, you would see st. mary's bayou. Once in your lifetime, one will probably visit Hawaii or Niagara. But going to Indonesia and its islands, Bali, Java, etc is not for the ordinary people. Anyway, coming back to the question why these tourists need to use computer programs. They go there not just to have fun and also get some work done in a fun atmosphere as these people are very important people.

From the very start java was supposed to be computer independent. That means if you write a program in java in one computer, it should run in all computers. This was necessary because tourists bring all kinds of computers with them. Some bring Windows machine, some Apple mackintosh. Some of the affluent ones bring Sun server workstations or even a super computer.

Google

Before starting to create java they also sought to see if there have similar stuff done already. Even though they could find none, they found they can use lots of feature from some existing laguages. One such language they found was C++. C++ was an advancement over the language called C. In fact, ideas of C++ was already hidden in C. In that language, one can increment a variable, say i, by applying the ++ operator e.g. i++. This would increase the value of the variable i by one. If i had a value of 5, it would make it 6, etc. What a vision!

Anyway, coming back to C++, it made an important advancement over C by introducing the idea of a class. To understand class, one has to undestand structure which was already used in C. The structure is a group of variables. For example, you have a name, an address, age etc. for any person. In stead of using them separately, in C one can group them together and call it a person. The creator of C++ said there is no need to expose these variables (name, address, etc) to the outside world. They said these details should be hidden from the outside world. They called this concept encapsulation.

Another important contribution of C++ was the concept of inheritence. This concept can be best explained by example. Let's go back to the example of the person. A person is very general concept. There can be many different kinds of persons, e.g doctors, lawyers, teachers, or just a bum! But each of these people have a name, an address, age etc. Even a bum has all these. The creator of C++ thought one can define a base class call person and other classes can be derived from it. In plain english, this would mean, a doctor is special kind of person, lawyer is another special kind of person. Now the common attributes of all these kinds of people can be put in the person class and special attributes can be put in the derived classes, e.g. hospital for the doctor, court for the lawyer, and nothing for the bum.

But C++ was still complex with things like pointers, memory leak and multiple inheritence. The pointer concept was taken from C and it was very messy! The pointer is special type of variable that points to other variables. Since there was no guidelines as to how to use these pointers, it was very easy loose track of them. In a typical two thousand lines program, one would frequently end up with hundredes of pointers pointing to thousands, some of them are pointers and some just plain variables. Needless to say this made a large program extremely difficult to read and when the programmer left for another company, they would have no other choice than to just throw away his program! It was sometimes necessary to do this even when the programmer was around and very much alive. This is because the pointers he created inside his program had taken a life of their own and defy every attempt to predict how the program should behave. Memory management was also another weak point of C and C++. The programmer was responsible for cleaning up the memory their program would allocate and use. Failure to do so will result in a crash of the whole computer.

Multiple inheritence, though sparingly used, was another feature of C++ which made a programmer's life miserable. It, however, had its use, especially in job interviews. This one question, they thought, helped them separate the wheat from the chaff.

But C++ still had some nice and simple features, like inheritence, encapsulation, etc. They are something one can describe in plain english, something one can explain to a layman. So the creator of java decided to take the good features of inherience, encapsulation, and polymorphism from C++, while discarding the bad features such as multiple inherience, pointers etc. The memory management was improved in java where the programmer will not be held responsible for memory management. They can clean up after themselves if they want to get extra credit, but they do not need to. Needless to say all these was great news to the tourists in Indonesia!

Java introduced lot of clarity in notations too. For example, in C++ they would say class doctor:person to mean doctor is derived from person. It is obviously very cryptic. The same situation can be expressed in java as class doctor extends person , which is much easier to understand. But there are few awkward stuff in java too especially when someone says class bum extends person (my last bum joke)!

Java made an important contribution in the graphical user interface (GUI) area. C++ was really lacking in expertise here. They visual C++, but worked only on windows environment. But it did not work in UNIX systems or mackintoshes. Just like other features of java, this was also supposed to be platform independent. This was further necessary because one can put some little GUI on a web page which can be views over the internet. And one cannot control what kind of computers other will have.

After a while, it was necessary to call programs from one computer to another computer. To do this, they created J2EE. I am not sure how they came up with the name J2EE. The 'J' of J2EE, of course, means "Java", and I can be reasonably sure '2' stands for 'To'. But I do not know what the 'EE' part is all about, probably some kind of extension. Or at this point they ran out of names to think of. So they decided to have one of those just another vague acronyms.

If you would like, you can also visit my home page.

Copyright © 2003 Gautam Dev. All rights reserved


CISCO Certification

CISSP Training, CCNA, CCNP

Microsoft Certification

MCSE , MCDBA , MCSA , MOUS , MCAD , MCSD , Microsoft .NET , ASP .NET, VB .NET

.NET Developer Programming Office Users
Intro to Microsoft .NET Access 2000 Adobe Training Series
ASP .NET Access 2002 Macromedia Flash
ASP .NET training Suite COM+ CBT Office 2000
C# .NET Fundamentals ActiveX & OLE Office 2002
C# .NET Developing Applications Crystal Reports Office XP
C# .NET Training Suite Delphi Training Graphic Design
Migrating to VB.NET FrontPage 2000 AutoCAD 2000
VB.NET tutorials Outlook Exchange AutoCAD 2002
Visual Studio.NET tutorials Oracle RenderWorks
ADO.NET tutorials Visual Basic Training VectorWorks
XML tutorial Perl Programming FileMaker Pro
XML for Developers Power Builder Personal Finance
XML Training Suite Programming Basics Windows ME
.NET Developer Training Suite Java tutorials Windows 2000
Computer Training Advanced Java Training Windows XP Home Edition
Java JDBC and Servlet Windows XP Pro Edition
CompTIA Visual C++ Computer Training
Network+ Visual J++
Security+ HTML and DHTML tutorial
Server+ FLASH
A+ Certification C++ Programming
i-NET+ Certification Java Training
Linux+ Solutions Architecture



Copyright 2005 of AIT