You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//Java Note: We cant use == operator for checking the String typed variable as == is for reference comparison(i.e., to check whether it refers to same memory location or not) and .equals is used for content comparison.