Search:

Type: Posts; User: gaszabo

Search: Search took 0.07 seconds.

  1. Re: retrieve data from database using Hashmap (multiple values in one key)

    You want to retrieve all data from a table in database, isn't it?
    For example:

    You have a table in database:
    table: Names
    id name
    --------------------------
    1 Adam
    2 ...
  2. Replies
    2
    Views
    1,949

    Re: Problem with array initialization

    Does method called makeleaf() initialize arrays of node class?
    For example:


    public node makeleaf(){
    node newnode = new node();

    ...
    newnode.num_keys = 5;
Results 1 to 2 of 2