This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Java in General and the fly likes Is anyone have program for making dictionary using standard(core) java? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Is anyone have program for making dictionary using standard(core) java?" Watch "Is anyone have program for making dictionary using standard(core) java?" New topic
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
    
    1

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
    
    2

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?
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Is anyone have program for making dictionary using standard(core) java?
 
Similar Threads
"Has A"or "Is A "?
asynchronous java
Games?
LZ78 and FileReader
API for English dictionary in java