Search Results

Showing results 1 to 1 of 1
Search took 0.01 seconds.
Search: Posts Made By: manveet
Forum: Java Jul 3rd, 2009
Replies: 5
Views: 604
Posted By manveet
import java.io.*;
class Abc
{
public static void main(String arg[])
{
try{
File f= new File("c:/xyz.txt");
FileOutputStream fout=new FileOutputStream(f);
byte data[]={65,66,67,68};...
Showing results 1 to 1 of 1

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC