Click here to Skip to main content
15,867,704 members
Home / Discussions / Java
   

Java

 
AnswerRe: Hello India 123 Pin
jschell12-Sep-17 6:09
jschell12-Sep-17 6:09 
QuestionSingly Linked List Pin
kinderu12-Sep-17 2:58
kinderu12-Sep-17 2:58 
AnswerRe: Singly Linked List Pin
Richard MacCutchan12-Sep-17 5:07
mveRichard MacCutchan12-Sep-17 5:07 
GeneralRe: Singly Linked List Pin
kinderu12-Sep-17 5:13
kinderu12-Sep-17 5:13 
GeneralRe: Singly Linked List Pin
Richard MacCutchan12-Sep-17 5:37
mveRichard MacCutchan12-Sep-17 5:37 
GeneralRe: Singly Linked List Pin
Richard Deeming12-Sep-17 6:12
mveRichard Deeming12-Sep-17 6:12 
Questionfinger print Pin
Member 1314044319-Aug-17 1:45
Member 1314044319-Aug-17 1:45 
AnswerRe: finger print Pin
jschell21-Aug-17 5:43
jschell21-Aug-17 5:43 
1. Research the scanner. Learn about the APIs that exist to interface to it.
2. Create Java code to use the API in 1 which is appropriate to the app that needs to use it.
3. Create Java code for the database that is appropriate to the app that needs to use it.
4. Wire 2 and 3 into the app.

Could be other steps as well, such as if you have no idea how to do 3 then there would be another step to investigate various methodologies to use a database via Java.

Forgot to mention that what you store in the database actually depends on the data that the scanner returns. But regardless of the form it will be likely be 'binary' so the database will need a column that specifically stored binary data. So if you do not know the difference there you will need to investigate.
AnswerRe: finger print Pin
Patrice T25-Aug-17 19:26
mvePatrice T25-Aug-17 19:26 
Generaljava Pin
Member 1336471716-Aug-17 19:34
Member 1336471716-Aug-17 19:34 
GeneralRe: java Pin
Richard MacCutchan16-Aug-17 21:17
mveRichard MacCutchan16-Aug-17 21:17 
GeneralRe: java Pin
Patrice T23-Aug-17 16:19
mvePatrice T23-Aug-17 16:19 
QuestionHow to Connect Fingerprint Reader To Java Program Pin
Kistlak12-Aug-17 10:34
Kistlak12-Aug-17 10:34 
AnswerRe: How to Connect Fingerprint Reader To Java Program Pin
Richard MacCutchan12-Aug-17 20:50
mveRichard MacCutchan12-Aug-17 20:50 
SuggestionRe: How to Connect Fingerprint Reader To Java Program Pin
Richard Deeming13-Aug-17 23:42
mveRichard Deeming13-Aug-17 23:42 
GeneralRe: How to Connect Fingerprint Reader To Java Program Pin
Kistlak14-Aug-17 21:28
Kistlak14-Aug-17 21:28 
QuestionReplace placeholders with HTML text in dotx file using docx4 Pin
Sandeep Reddy9-Aug-17 0:08
Sandeep Reddy9-Aug-17 0:08 
AnswerRe: Replace placeholders with HTML text in dotx file using docx4 Pin
jschell14-Aug-17 8:25
jschell14-Aug-17 8:25 
QuestionConvert ms word to PDF on linux Pin
Member 128526088-Aug-17 0:47
Member 128526088-Aug-17 0:47 
AnswerRe: Convert ms word to PDF on linux Pin
Richard MacCutchan8-Aug-17 5:35
mveRichard MacCutchan8-Aug-17 5:35 
GeneralRe: Convert ms word to PDF on linux Pin
Member 128526088-Aug-17 16:00
Member 128526088-Aug-17 16:00 
AnswerRe: Convert ms word to PDF on linux Pin
maba00117-Aug-17 7:07
maba00117-Aug-17 7:07 
Questionjava program using oops concept Pin
coderyadav6-Aug-17 9:21
coderyadav6-Aug-17 9:21 
AnswerRe: java program using oops concept Pin
Richard MacCutchan6-Aug-17 21:42
mveRichard MacCutchan6-Aug-17 21:42 
AnswerRe: java program using oops concept Pin
Patrice T16-Aug-17 12:41
mvePatrice T16-Aug-17 12:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.