i hv done a program on a server client program on my own machine...i m posting the code..what i want to do is what i type in client site will be seen on the server site too..pls help me...
...
Type: Posts; User: subhopam
i hv done a program on a server client program on my own machine...i m posting the code..what i want to do is what i type in client site will be seen on the server site too..pls help me...
...
i m quite new to java programming...pls tell me the mistake in the following programme...
class CharStack{
/*Declaration of member variables*/
char[]stackArray;
int topOfStack;