Answer Posted / dipesh
our web.xml route the request to struts-config.xml..here we
write about form name & action mapping ...
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What is deserialization?
Explain about instanceof operator in java?
Describe the various concepts related to object oriented programming (oop).
Describe what happens when an object is created in java ?
What is meant by inheritance and what are its advantages?
What is class variable java?
How can we pass argument to a function by reference instead of pass by value?
Which variable is the independent variable?
When wait(), notify(), notifyall() methods are called does it releases the lock or holds the acquired lock?
What is externalizable?
What are the types of literals?
What is the static variable?
what is the volatile modifier for? : Java thread
why are there separate wait and sleep methods? : Java thread
What is Java Reflection API? Why it’s so important to have?