Hi everybody..can any one help me to know that how to developed any small Intelligent system using any programming language ..may be JAVA....basic problem it that how can we add intelligence into software?...
Java is not known for it's AI abilities. Look into LISP programing. Lisp has the unusual ability (not so obvious) to modify it's self while it is operating. Java is very basic compared to LISP, you may also wish to look into C++. There are many sites on the internet that can provide information, about both programs, for you.
I don't think then is impossible to develop on java or any other OOP programming language AI or AI research engine, just it will require to develop special framework or engine for such tasks. LISP probably more flexible and sufficient for such tasks. Of course it's depends what you need, for example many games AI is written on c++, which is similar to C# or java.