import java.io. * ; public class TestIOApp { public static void main(String args[]) throws IOException { FileOutputStream outStream = new FileOutputStream(“temp.txt”); String s = “test”; for (int i = 0; i outStream.write(s.charAt(i)); outStream.close(); } } Cho biết số byte mà đoạn chương trình sau ghi ra tập tin temp. txt

import java.io. * ;

public class TestIOApp {

public static void main(String args[]) throws IOException {

FileOutputStream outStream = new FileOutputStream(“temp.txt”);

String s = “test”;

for (int i = 0; i

outStream.write(s.charAt(i));

outStream.close();

}

}

Cho biết số byte mà đoạn chương trình sau ghi ra tập tin temp. txt

A. 2 bytes

B. 4 bytes.

C. 8 bytes

D. 16 bytes

Hướng dẫn

Chọn B là đáp án đúng

 

Thư viện tài liệu12 Tháng bảy, 2023 @ 2:46 chiều

Đánh giá chủ đề này
How to whitelist website on AdBlocker?

How to whitelist website on AdBlocker?

  1. 1 Click on the AdBlock Plus icon on the top right corner of your browser
  2. 2 Click on "Enabled on this site" from the AdBlock Plus option
  3. 3 Refresh the page and start browsing the site