How To Make Database Driven Application | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
- 1

How To Make Database Driven Application

how to make a huge database behind an application..Like i have to design an app which have an databse of 1000 images.. ??

12th Feb 2017, 12:10 PM
Shubham Chaudhary
Shubham Chaudhary - avatar
1 ответ
- 1
That would depend on how you want to display the images and what database you are using. You could create a Swing application and connect to your database using JDBC connectors/MySQL connectors to populate a form.
12th Feb 2017, 3:09 PM
Mike Allen
Mike Allen - avatar