Consider the following code.
int fun(){if(isEmpty()){return -10;}else{int n;n= q[front];front++;return n;}}
public class Archana {public static void main(String args[]){String s1 = new String("Hello");String s2 = new String("Hellow");System.out.println(s1 = s2);}}