Coforge interview question

How would you optimize your code?... I was given to write code to manipulate a users first middle and last name, print last name, then first and then middle name.

Interview Answer

Anonymous

25 Apr 2015

Its a very easy question in java.. You just have to know the string handling, all the predefined functions.