Very Simple program to create any file in java
It is very simple program to create any file
import java.io.*;
class SysExample
{
public static void main(String[] args) throws Exception
{
int c;
System.setOut(new PrintStream(new FileOutputStream(args[0])));
while((c=System.in.read()) != -1)
System.out.print((char)c);
}
}

import java.io.*;
class SysExample
{
public static void main(String[] args) throws Exception
{
int c;
System.setOut(new PrintStream(new FileOutputStream(args[0])));
while((c=System.in.read()) != -1)
System.out.print((char)c);
}
}
how to insert data into database using jsp in jdbc driver 4
ReplyDeletehey dude...juz give me the program of java to transfer an image file from one system to another
ReplyDeleteok i ' ll send it 2 u
ReplyDelete