Skip to content

moved the introduction to 8.1 and added an explanation for the third code block. - #128

Merged
pearcej merged 1 commit into
RunestoneInteractive:masterfrom
coco3427:ch8.1
Aug 8, 2025
Merged

moved the introduction to 8.1 and added an explanation for the third code block.#128
pearcej merged 1 commit into
RunestoneInteractive:masterfrom
coco3427:ch8.1

Conversation

@coco3427

@coco3427 coco3427 commented Aug 8, 2025

Copy link
Copy Markdown
Contributor

I moved the introduction the 8.1 and gave the last code block a better description.

here is the description:

"Much like the Math class, in order for your program to work with files you need to import classes from libraries. Java includes a class called File in the io library. This class allows you to create File objects, and use its public methods. the following code imports the File class and creates a File object called myFile. for now focus on how the class is imported and used in the program; We will cover the IOException class and createNewFile method later."

image image

@pearcej
pearcej merged commit 3187210 into RunestoneInteractive:master Aug 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants