Search:

Type: Posts; User: Json

Search: Search took 0.11 seconds.

  1. Replies
    11
    Views
    13,824

    Re: Convert CHAR to STRING

    Ok, in that case, keep the code you have up there using the toString method as such.



    Character.toString(sex);


    And then change your code in the getGebder method to be something like this.
  2. Replies
    11
    Views
    13,824

    Re: Convert CHAR to STRING

    Your problem here is in the declaration of the member called gender.



    protected String gender;


    Change that to be.
Results 1 to 2 of 2