开发者

how do you write java statements that opens a new binary file named binout.txt and assigns a reference to the connection to binobj

开发者 https://www.devze.com 2023-02-01 00:57 出处:网络
can someone please help me with this: how do you write java statements that opens a new binary file named binout.txt and assigns a reference to开发者_开发技巧 the connection to binobj.

can someone please help me with this:

how do you write java statements that opens a new binary file named binout.txt and assigns a reference to开发者_开发技巧 the connection to binobj.

it would be greatly appreciated


Try

FileOutputStream binobj = new FileOutputStream("binout.txt");

Is this homework/

0

精彩评论

暂无评论...
验证码 换一张
取 消