Removing String Spaces in JAVA Programming
Asked By
10 points
N/A
Posted on - 04/04/2012
Good day guys!
I am a Visual Basic Programmer and knows a little Java programming too.
When it comes to VB all I want to do to remove the spaces is to use the function Trim().
But in Java programming I don't really have an idea on how to do it.
What is the method or code to remove spaces in String values?