User Profile
Collapse
-
-
Can anyone tell me about ant build tool?
I am new to Java programming.
Can anyone tell me what is meant by 'building your source files'?
And what is meant by Ant build tool? Why is it used?
What is the meaning of ant clean, ant make -iface and ant dist?
For which programs should these commands be applied? -
Oh ;) I wished I could learn from anyone who's a member of this forum and an expert in these areas.
Thanks anyways.... -
Could you please explain me the following ones?
Could anyone explain me the following concepts in detail?
1. JAXP
2. BGRAPH
3. JBOSS work flow engine -
Can you please tell me how to organize the collection of files as a tree hierarchy?...Leave a comment:
-
Okay. Searching can be narrowed down. But can all the words found in the dictionary be made to fit in the file?...Leave a comment:
-
What I assumed was to keep a list of all meaningful English words in a separate text file and get the usr input.The user may enter any text and any amount of text at run rime. To check if each entered word is meaningful or not, it has to be compared with every word in the text file and if it matches, it's meaningful or else it's not. But is it really feasible to have all the words in the dictionary (which may run to lakhs of words) in a file and...Leave a comment:
-
how to find whether the input string is meaningful
I'm writing a C program where the user enters a string and the program aims at finding whether the input string is meaningful English word or not. Comparing each and every input word with the dictionary words kept in another file is highly impossible. Is there any another way to do this?
No activity results to display
Show More
Leave a comment: