public Student[] getStudents()
{
Student[] student=null;
try
{
int pin=0;String name=null;
byte[] byteInputData = new byte[100];
...