FileOutputstream fo=new FileOutputStream(“hello.txt”); String i=”Hello Intellipaat “; byte b[]=i.getBytes();/ /converting string into byte ...
確定! 回上一頁