Java help

isuru09

Active member
  • Jan 13, 2015
    133
    29
    28
    මචංල database එකත් එක්කම jar fileඑකක් exe කරන්නේ කොහොමද??
     

    markhaloce

    Member
    Mar 7, 2013
    10,298
    677
    0
    17
    The Real North
    ප්‍රෝග්‍රෑමිං වලට වෙනම ත්‍රෙඩ් එකක් තියෙනව කුකුලොහ් :yes:
    ප්‍රෝග්‍රෑමර්ස් ක්ලබ් :yes:
    ඩේටබේස් එක මොකක්ද ? :yes:
     

    sanzilla jackcat

    Well-known member
  • Oct 3, 2008
    6,744
    3,331
    113
    ෆ්ලුජා නගරය
    You need to have good knowledge in electronic engineering or computer science to answer this question.

    Well database inside a archived jar file is a complicated matter. You always welcome to attach a binary file inside a jar file and read it to memory. But in database have to randomly access data dynamically from it's secondary storage. Database uses a technique called file mapping for this thing. And more advanced storage features. So you could keep an initial database then you could have a script to create skills then you could read it and populate your solution space database.
     

    Ayeshlive

    Well-known member
  • Jul 1, 2011
    10,570
    943
    113
    *̶͑̾̾​̅ͫ͏̙̤g͛͆̾ͫ̑͆&
    You need to have good knowledge in electronic engineering or computer science to answer this question.

    Well database inside a archived jar file is a complicated matter. You always welcome to attach a binary file inside a jar file and read it to memory. But in database have to randomly access data dynamically from it's secondary storage. Database uses a technique called file mapping for this thing. And more advanced storage features. So you could keep an initial database then you could have a script to create skills then you could read it and populate your solution space database.

    You is korrect.