What is the difference between getText ( ) and getPassward methods
Answers
Answered by
0
Are you sure about this? I don't think that equals will work for comparing one array to another since the array doesn't override the method, and you end up using the default equality method for the Object class which just does object equality (==). Instead use java.util.Arrays#equals(...)or java.util.Arrays#deepEquals(...)method.
PLZ mark me as a BRAINLIST
PLZ mark me as a BRAINLIST
Similar questions