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 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

15th Jan 2020, 5:51 AM
Prashant Shukla
Prashant Shukla - avatar
3 Answers
+ 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.
15th Jan 2020, 10:08 PM
John Wells
John Wells - avatar
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
15th Jan 2020, 7:39 PM
John Wells
John Wells - avatar
0
Thanks but can you tell what must be structure of a self replicating program
15th Jan 2020, 9:35 PM
Prashant Shukla
Prashant Shukla - avatar