How can we perform file handling in applets ?
It's keeps on giving unreported exception,even if try-catch block is used.
How can we perform client server action in applet.Actually i want my applet to be the front end for the application and when the user would click "Start"butt on on the applet ,then using ActionListener i have tried to start the client connection.But, stream handling and file opening is not possible.How can it be done? My file should be copied from the server to client and once loaded should start playing.
What is the limit of size of file(in bytes) that can be sent over a network using Input/OutputStreams.
It's keeps on giving unreported exception,even if try-catch block is used.
How can we perform client server action in applet.Actually i want my applet to be the front end for the application and when the user would click "Start"butt on on the applet ,then using ActionListener i have tried to start the client connection.But, stream handling and file opening is not possible.How can it be done? My file should be copied from the server to client and once loaded should start playing.
What is the limit of size of file(in bytes) that can be sent over a network using Input/OutputStreams.
Comment