Hi,
How to carry the two byte array value to servlet ,And how to separate that two byte array values in servlet .Please anyone help me regarding this....
Thanks,
murugan.
Hi,
How to carry the two byte array value to servlet ,And how to separate that two byte array values in servlet .Please anyone help me regarding this....
Thanks,
murugan.
Hi Murugan,
You can send byte array data through inputstream and for sending two byte array value you have to develop some protocol for sending data to server.
Like you can send '|' between two byte array data or some other special character.
~ rollno1