How to matchup two password character by character using swing and store in database? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to matchup two password character by character using swing and store in database?

i am using simple singnup form so i need to match two password same or not

17th Aug 2017, 9:42 AM
Shail Hussain
Shail Hussain - avatar
1 Answer
0
pass1.equals(pass2);
17th Aug 2017, 6:20 PM
Ralph Landon
Ralph Landon - avatar