Am new to java.How can I solve this small problem? Am using database based authentication to enable mi logon.Am trying to compare the username and passfield fields but I dont know the best conditional operator/logic operator to use. Here is my sample code that contains a red wavy underline in the Netbeans IDE am using.
If (userName !false) && (password !true)
System.out.println("Invalid Password")
Please can anyone show me the right way to do that?
Thanks.