Answer Posted / vasu
Hi,new concepts in struts1.1 are1)changes to the web.xml
file as well as Struts-config.xml2)performExcecute() is
replaced by execute() method3)plug-ins
added4)RequestProcessor class..etc
| Is This Answer Correct ? | 13 Yes | 20 No |
Post New Answer View All Answers
What is mean by encoding?
What are serialization and deserialization?
Is array size fixed in java?
What is null data type?
How can the checkbox class be used to create a radio button?
Write down program for following scenario. Use java coding standard. You have array list with some words in it..we will call it as dictionary….and you have a arbitrary string containing some chars in it. You have to go through each word of dictionary and find out if that word can be constructed with the help of chars from arbitrary string given. If you find the word print it else print none.
Is nullpointerexception checked or unchecked?
What is internal variable?
What are inbuilt functions?
Can you pass by reference in java?
Tell me how many ways are there to initialise an integer with a constant.
What is gc()?
Write a program to calculate factorial in java?
Which collection is ordered in java?
How to sort elements in a parallel array in java?