Exercises, examples and other material relating to training module J707. This topic is presented on public courses
Learning to Program in Java,
Java Bootcamp,
Java Programming for the Web
Learning to Program in Java - Writing Java programs for newcomers to programming.
This course introduces you to programming in the Java programming
language.
... http://www.wellho.net/course/sjfull.html [course] |
Java Bootcamp - An intense course on Java programming, Servlets and JSPs
This course introduces you to the Java programming
language, and its Internet ... http://www.wellho.net/course/bjfull.html [course] |
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] |
// Well House Consultants, 2004.
import java.lang.Math;
/** Character Variable*/
public class ramsbury
{
public static void main(String[] args)
... http://www.wellho.net/resources/ex.php4?item=j707/ransbury.java [code sample] |
/** string analysis*/
public class oaksey
{
public static void main(String[] args)
{
System.out.print
("Please enter a ... http://www.wellho.net/resources/ex.php4?item=j707/oaksey.java [code sample] |
// Well House Consultants, 2004.
/** string to char array*/
public class crudwell
{
public static void main(String[] args)
{
System.out.print
... http://www.wellho.net/resources/ex.php4?item=j707/crudwell.java [code sample] |
We've included all of the source code of our training examples on this web site for quite a long time now ... and about a year ago we put working copies ... http://www.wellho.net/mouth/1557_Try ... -site.html [short article] |
Java supports a Unicode character set that allows for more than 65,000 different characters. Single characters can be held in char variables, and multiple character sequences (strings) can be held in char arrays, StringBuffer objects and String objects.
This topic is presented on public courses
Learning to Program in Java,
Java Bootcamp,
Java Programming for the Web
Examples from our training material
Pictures
A memorable course - 8 students of 6 different nationalities
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
Character variables.
String constants.
Creating String objects.
Operations on strings.
Comparing strings.
Accessing characters within strings.
Character arrays v String objects.
String buffers.
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.