how to create database | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how to create database

I want to make a login window with Java but I can not make a database I am using intellij IDEA !

11th Aug 2016, 9:00 AM
Hamza Merdzanic
Hamza Merdzanic - avatar
4 Answers
+ 1
What do you mean with Database? Smth. like a map like Hashmap or a server?
11th Aug 2016, 10:47 AM
Eric Zeus
Eric Zeus - avatar
+ 1
i want list of users
11th Aug 2016, 11:07 AM
Hamza Merdzanic
Hamza Merdzanic - avatar
+ 1
you xan use a hashmap with String String where the first one would be the username and the second the pw. BUT it isnt that save. You can then just access it with get(Username) and compare it with the pw entered.
11th Aug 2016, 11:10 AM
Eric Zeus
Eric Zeus - avatar
+ 1
ok tnx
11th Aug 2016, 11:14 AM
Hamza Merdzanic
Hamza Merdzanic - avatar