+ 1
I want to make a simple java program which can expand it's database as we use it just like AI.Can anyone give me suggestions
Java program to make simple ai
3 Respostas
+ 1
Not really. I am guessing you want to read existing source and make improvements. But, that code must also make improvements. I can and have done the first. But, the second is beyond me. In my case, we used a database in our code, but it took seconds to get the results. We replaced the database with our own so all database usage had to be replaced with calls to our internal one.
0
Java has many standard library classes that can handle this. However, you can also make your own. This explains one of the existing.
https://www.w3schools.com/java/java_arraylist.asp
0
Thanks but can you tell what must be structure of a self replicating program