In java int is a primitive type so you can't set it to null. try setting it to -1 or 0 instead. Also using a=NULL; won't work because java is case sensitive,
確定! 回上一頁