Hi i am shiyam,
i am having some problem in java, i am basic java programmer.
i have to write one program is writing the data into textfile name "newfile.tx t" from one servlet and read it from another servlet its work but i want to know hw to deploy the readed input from textfile is displayed in jsp through servlet2.
here is my code
import java.io.Buffere dReader;
import java.io.FileRea der;...