Mutton strings do you like? Do you like tofu? But today I decided not to eat because of the cause of the string, even if the boss is good.
Today, I want to be a user Type verification in login loginaction, so I do it, I am comparable to it.
IF (string == "sdsdfsdfsdfsdf")
Only I realized that I felt very badly and wasted a day.
IF (ResultSet.next ())
{
String Type = ResultSet.getstring ("useertype");
IF (Type.equals ("Administrator")) {
String adminexit = "admin";
Return Adminexit;
} else if (Type.equals ("Guest")) {
String guestexit = "guest";
Return Guestexit;
}
}