Campbell Ritchie wrote:Will it even be a second thread? . . . As DT says, you only have one thread at all, so that thread is permitted access to any code with that same lock on.
Liutauras Vilda wrote:
srikanth darbha wrote:I can see that modifying content will not result in any error but reference change will give an error.
Here you go. So what the correct answer you can conclude about the statement:
"Objects declared as final can always be initialized only once. If there is an attempt to change the object reference or the contents, then compilation error will occur."
true false
?
Liutauras Vilda wrote:Looking to the code snippet above, and the statement you posted, try to see what this code proves wrong about the statement you posted?
Tim Moores wrote:All URLs start with the protocol, "file:" in this case. See File URI scheme for more information.
Joe Ess wrote:
srikanth darbha wrote:
I am new to struts,
If it is at all possible, don't use Struts 1. See here.
As for your question, it looks like the Struts servlet has a problem starting up. Can you hit the same URL with a web browser?
Can you show us some code?