I have a 3 class program, and I need to know the first vowel in a String.
This String has his getter and setter methods. I tried to use by example:
obj.getnameString().charAt(i);
where (i) is a value previously obtained. But this throws a null
value. why?