how to reverse a string without using inbuilt functions not even charAt() ? I was asked this at an interview and cannot find the solution.
I'm sure he didn't mean to use string buffer , he specifically said no inbuilt functions at all, not even CharAt().
the language is java