| Author |
Is anyone have program for making dictionary using standard(core) java?
|
Mak Smash
Greenhorn
Joined: May 15, 2011
Posts: 17
|
|
Is anyone have program for making dictionary using standard(core) java???
Please reply!!!
|
 |
Deepak Bala
Bartender
Joined: Feb 24, 2006
Posts: 6603
|
|
This does not seem to have anything to do with SCJP, so I will move the post to Jig for you.
As for the question itself, what kind of dictionary are you trying to create ? One like Oxford ? Or is it a dictionary that simply contains a list of words ? Because that is a dictionary too.
What is the objective behind the creation of this dictionary ?
|
SCJP 6 articles - SCJP 5/6 mock exams - SCJP Mocks - SCJP 5 Mock exam (Word document ) - SCJP 5 Mock exam in Java.Inquisition format
|
 |
Mak Smash
Greenhorn
Joined: May 15, 2011
Posts: 17
|
|
|
I want Oxford like dictionary. I had this question in my exam.
|
 |
Paul Clapham
Bartender
Joined: Oct 14, 2005
Posts: 16487
|
|
Do you mean to say you took an exam and one of the questions was
Is anyone have program for making dictionary using standard(core) java???
That doesn't sound very likely to me.
|
 |
Daniel Marti
Ranch Hand
Joined: Jun 08, 2011
Posts: 37
|
|
If the question was something like "Explain how you would build a dictionary using only the core java libraries", that is a likely question (got one similar in an exam).
To start you may want to see what exactly a dictionary is. It seems to me it is a word with the meaning in front of it. So, you have a word, that does not repeat, and a series of words that relates to it. Doesn't that sound like something?
|
 |
 |
|
|
subject: Is anyone have program for making dictionary using standard(core) java?
|
|
|