We are having like 6 classes. Each of which will have methods where two objects as parameters(necessary) which are quite large objects each of which internally have objects and so on and so fo...
I have copied working version of java application war file onto server, it complains saying 'org.apache.struts' can not be found eventhough application has struts.jar included in it. It is wor...
Hey guys,
I was literally inches away from getting this working and I dont know where I've gone wrong...
I have made a simple java panel that is used for pounds and dollar conversion de...
Hello,
If I have a server with multiple ip addresses, then how can I determine which ip address a client connected to? I am using Java 5.0.
I know I can easily get the client's ip addre...
Hi All,
I want to Restrict raw XHTML Documents from being directly accessed
I've added the security-constraint in the web.xml
.
.
.
<security-constraint>
<display...
i am having a program that ask you to make a abstract class Shape and this Shape class has few 2 subclasses that inherited from Shape, the classes are called 2DShape and 3DShape. And then, the...