Exercises, examples and other material relating to training module J810. This topic is presented on public course
Java Programming for the Web
Java Programming for the Web - Learn to write server- or client-side applications in Java.
This course introduces you to the Java programming
language, ... http://www.wellho.net/course/jpfull.html [course] |
import java.util.*;
public class avocet
{
public static void main (String[] args)
{
System.out.println("How NOT to do it for use in
France! ... http://www.wellho.net/resources/ex.php4?item=j810/Avocet.java [code sample] |
import java.text.*;
import java.util.*;
public class pintail
{
public static void main (String[] args)
{
if (args.length == 2)
Locale.setDefault(new ... http://www.wellho.net/resources/ex.php4?item=j810/pintail.java [code sample] |
import java.applet.*;
import java.awt.*;
import java.awt.event.*;
import java.lang.*;
public class buzzard extends Applet {
int charval = 0x2200;
... http://www.wellho.net/resources/ex.php4?item=j810/buzzard.java [code sample] |
http://www.wellho.net/resources/ex.php4?item=j810/ [code sample] |
If you're going to be writing your application for worldwide use, you need to consider how you're going to provide your messages in different languages, how you're going to handle different character sets, and how you're going to handle different representations of dates, currencies and numbers. Java provides the tools, and we describe them in this module.
This topic is presented on public course
Java Programming for the Web
Examples from our training material
Background information
This module is available under an
Open Training Notes License for free download from
http://www.training-notes.co.uk.
Topics covered in this module
Local Representations.
Unicodes.
Resource bundles.
Complete learning
If you are looking for a complete course and not just a information on a single subject, visit our
Listing and schedule page.
Well House Consultants specialise in training courses in
Java,
Python,
Perl,
PHP, and
MySQL. We run
Private Courses throughout the UK (and beyond for longer courses), and
Public Courses at our training centre in Melksham, Wiltshire, England.
It's surprisingly cost effective to come on our public courses -
even if
you live in a different
country or continent to us.
We have a technical library of over 700 books on the subjects on which we teach.
These books are available for reference at our training centre. Also
available is the Opentalk
Forum for discussion of technical questions.