Forum: Java and JSP
01-31-2009, 03:14 PM
|
|
Replies: 7
Views: 20,415
|
Forum: Java and JSP
01-31-2009, 01:50 AM
|
|
Replies: 7
Views: 20,415
return statement in java
hi all, i need help in using a java "return statement" to return: a fullName, a firstName, lastName and initials with lastName.
what i have done so far:
public class ReturnAllValues
{
...
|