if i needed to make a method to get a full name and return first and last names would i do it somehting like this?
assuming they were defined else where how would i return both items?Code:public String getFullName { return firstName; return lastName; or return firstName lastName }



Reply With Quote
Bookmarks