Latest Answer: Yes this is compile time error ...
Latest Answer: after exceuting thread is automatically killed ...
What is ClassDefNotFoundException and NoClassDefFoundError and explain differences between these two?
If there are multiple If-else, what is the alternative algorthim we can use apart from using switch?
Latest Answer: apache server is an application where as apche container is a prog which is used to creeate the object ...
Latest Answer: given ans are not good but if you make it integrated then it will be ok ...
Latest Answer: Reassign the standard error stream of java by using following method of System classpublic static void setErr(PrintStream err)then you print error messages by writting System.err.println("!!!!Error!!!"); ...
How the Multiple Inheritance is problematic. In other words why this feature from C++ is not taken into Java?
Latest Answer: Remember these points while designing the connection pool mechanisim.1. Maintain a hash table of all the created connections2. Assign a flag status for each connection whether it is in use or free3. Once the connection usage is done, dont disconnect it ...
Latest Answer: just catch the exception & swallow it [don't take any action].that's all.vinay ...
View page << Previous 6 7 8 9 [10] 11 12 13 14 15 Next >>

Go Top