Java程序辅导

C C++ Java Python Processing编程在线培训 程序编写 软件开发 视频讲解

客服在线QQ:2653320439 微信:ittutor Email:itutor@qq.com
wx: cjtutor
QQ: 2653320439
Hands On Java Lab 10 Prelab Lab 10: Prelab Questions Print a copy of this page and referring to the lab exercise, answer each of the questions on your copy. (You must turn in your answers at the beginning of your laboratory session.) 1. The size of the chunks of data that an OutputStream writes are _______________ and the size of data for a Writer is ________________. 2. The operation of actually establishing a connection between a program and a file is called _________ that connection. 3. What method of a BufferedReader can we use to read a line of input? 4. When one is done reading from an input file stream, what operation should be performed on it? 5. How does the Caesar cipher encode a character? Back to This Lab's Table of Contents Forward to the Lab Exercise Back to the Table of Contents Back to the Introduction Copyright 2000 by Prentice Hall. All rights reserved.