Hi, Plz let me know how can I read 2 k data from server and display whole 2k data(not line by line) in to text area or to some file using applet listener socket? Thanks in advance, Angela
maateen ashraf
Ranch Hand
Joined: Jan 08, 2001
Posts: 122
posted
0
hello Angela Jessi, here i have seggestion only cuz i couldn't understand completly what actually ur requirment is....? u may use BufferedReader class to read data on client side applet though socket connection with server..... & u may Use FileInputStream for reading dataa into a file on client side... ObjectInputStream is also a way to read data on client side... just feel free to let me know whether there is again some problem with this...