+ 2
Java databases
hey there how i can store data in my java apps which databases are available in java??
1 Antwort
+ 14
don't know whether java can store data or not , but DRMS or RDBMS are made for data storing & its manipulation only ... so why not use them
//U can try java_database_connectivity(insert,update,delete,extract records etc)
//i prefer java_IDE (netbeans) & MySQL