开发者

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜