i am very very new to Java and i would like to know how can i compare 2 integers? I know == gets the job done.. but what about equals? Can this compare 2 integers? (when i s
If you want to compare between
1-two integer If(5==5) 2- char If('m'=='M') 3 string String word="word" word.equals("word")