Facing error in compilation
Code doesnt compile and gives the error : Note: Main.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details.
always use
Stack A[]=new Stack[q+1];
and mention type of stack everywhere as