program should be in java...plz
reply as soon as possible
2.Write a program that can concatenate two,three and four
strings provided by the user.Use method overloading technique.
3.If A is string1 and B is string2,then differentiate between
two statements
A==B and A.equals(B Why these are different statements