Click here to Skip to main content
15,890,512 members
Home / Discussions / Java
   

Java

 
SuggestionRe: how to create a chart from a database in android eclipse .. please help me :D Pin
Richard Deeming26-Mar-15 3:00
mveRichard Deeming26-Mar-15 3:00 
QuestionProblem writing metadata to TIF file on Linux only Pin
wf-doug-6823-Mar-15 9:13
wf-doug-6823-Mar-15 9:13 
SuggestionRe: Problem writing metadata to TIF file on Linux only Pin
Richard MacCutchan23-Mar-15 22:29
mveRichard MacCutchan23-Mar-15 22:29 
GeneralRe: Problem writing metadata to TIF file on Linux only Pin
wf-doug-6824-Mar-15 1:38
wf-doug-6824-Mar-15 1:38 
GeneralRe: Problem writing metadata to TIF file on Linux only Pin
Richard MacCutchan24-Mar-15 1:49
mveRichard MacCutchan24-Mar-15 1:49 
GeneralRe: Problem writing metadata to TIF file on Linux only Pin
wf-doug-6824-Mar-15 9:48
wf-doug-6824-Mar-15 9:48 
QuestionJava - Multiple User Input Prompts - Help Needed Pin
Amer_Khalil22-Mar-15 11:18
Amer_Khalil22-Mar-15 11:18 
AnswerRe: Java - Multiple User Input Prompts - Help Needed Pin
Richard MacCutchan22-Mar-15 21:58
mveRichard MacCutchan22-Mar-15 21:58 
You should probably start by creating some lists, or arrays, or even a new class, that contain entries for each sentence, and its associated keywords, that you wish to display. Each entry should contain the sentence and the nouns, something like:
{
    { "The boy went to the store", "boy", "store" },
    { "The yacht sailed the ocean", "yacht", "ocean" }
};

You can then loop through your list (or select entries at random) and post the question, and compare responses to the set of nouns following each sentence. You can then add more entries with greater levels of complexity with only minor modifications to your actual executable code.
Questionjava Pin
Member 1153610218-Mar-15 21:35
Member 1153610218-Mar-15 21:35 
AnswerRe: java Pin
jschell20-Mar-15 13:09
jschell20-Mar-15 13:09 
GeneralRe: java Pin
Member 1153610220-Mar-15 22:08
Member 1153610220-Mar-15 22:08 
GeneralRe: java Pin
Richard MacCutchan22-Mar-15 3:59
mveRichard MacCutchan22-Mar-15 3:59 
Questionjava access specifier Pin
javaPest16-Mar-15 5:43
professionaljavaPest16-Mar-15 5:43 
AnswerRe: java access specifier Pin
Richard MacCutchan22-Mar-15 0:03
mveRichard MacCutchan22-Mar-15 0:03 
Questiondata type Pin
Member 1152879816-Mar-15 1:39
Member 1152879816-Mar-15 1:39 
AnswerRe: data type Pin
javaPest16-Mar-15 5:38
professionaljavaPest16-Mar-15 5:38 
GeneralRe: data type Pin
Richard MacCutchan22-Mar-15 0:02
mveRichard MacCutchan22-Mar-15 0:02 
AnswerRe: data type Pin
Richard MacCutchan22-Mar-15 0:02
mveRichard MacCutchan22-Mar-15 0:02 
Questionupdate Pin
Member 1152879816-Mar-15 1:37
Member 1152879816-Mar-15 1:37 
QuestionNeed to improve performance Multi-Threading code Pin
Abhi_aec15-Mar-15 21:07
Abhi_aec15-Mar-15 21:07 
AnswerRe: Need to improve performance Multi-Threading code Pin
Eli Zaslavchik13-Apr-15 3:04
Eli Zaslavchik13-Apr-15 3:04 
QuestionCristal Report Pin
Manjeet Kumar Nai14-Mar-15 1:22
professionalManjeet Kumar Nai14-Mar-15 1:22 
Questionecc diffie hellman Pin
Member 1152168512-Mar-15 22:45
Member 1152168512-Mar-15 22:45 
AnswerRe: ecc diffie hellman Pin
Richard MacCutchan12-Mar-15 23:53
mveRichard MacCutchan12-Mar-15 23:53 
GeneralRe: ecc diffie hellman Pin
harold aptroot14-Mar-15 2:21
harold aptroot14-Mar-15 2:21 

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.