Published online by Cambridge University Press: 26 August 2009
OBJECTIVES
In this chapter you will study:
Defining Java data;
Java data types;
Variable scope;
Using literals;
Defining constants;
Changing data types; and
Using Java's String class.
In this chapter you will learn how to define data using Java. We will write data definition statements for alphanumeric, numeric, and boolean data (arrays are described and illustrated in Chapter 8). You will also see how to use a supplied Java class named String to simplify the definition and manipulation of alphanumeric data. You will also learn about the scope of variables. Scope determines which parts of your program can access a variable or method.
At the end of the chapter we will develop the complete data definition statements for the attributes of the Community National Bank classes developed in the previous chapter.
NOTES
COBOL uses the term data item or field.
Java uses the term variable.
In keeping with the spirit of Java, here we will use variable.
This chapter assumes you know about:
COBOL
Data division code
Picture clauses
Usage clause
Bits and bytes
Java
Object-oriented concepts (Chapter 2)
Java program structure (Chapter 3)
COBOL PICTURE CLAUSE
Those of us who write COBOL programs are accustomed to using the PICTURE clause to describe data items.
To save this book to your Kindle, first ensure [email protected] is added to your Approved Personal Document E-mail List under your Personal Document Settings on the Manage Your Content and Devices page of your Amazon account. Then enter the ‘name’ part of your Kindle email address below. Find out more about saving to your Kindle.
Note you can select to save to either the @free.kindle.com or @kindle.com variations. ‘@free.kindle.com’ emails are free but can only be saved to your device when it is connected to wi-fi. ‘@kindle.com’ emails can be delivered even when you are not connected to wi-fi, but note that service fees apply.
Find out more about the Kindle Personal Document Service.
To save content items to your account, please confirm that you agree to abide by our usage policies. If this is the first time you use this feature, you will be asked to authorise Cambridge Core to connect with your account. Find out more about saving content to Dropbox.
To save content items to your account, please confirm that you agree to abide by our usage policies. If this is the first time you use this feature, you will be asked to authorise Cambridge Core to connect with your account. Find out more about saving content to Google Drive.