What are inner class and anonymous class?
Answer / Satyendra Gupta
An Inner Class is a class that is declared inside another class, interface or enum. Anonymous classes are subclasses of a particular class and are created without a name at the time of their use. They can be useful for creating single-use, short-lived objects.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why do we use struts?
How to pass runtime Parameter in Struts1.2?
What is java struts?
What is actioninvocation?
how handle when client send multiple request at atime for multiple servlets servlets?
Can you call Action class methods from Struts config.xml?
Are interceptors and filters different?
What are the steps of struts installation?
What is the design role played by struts?
What is the main difference between Mvc1 and Mvc2 Architecture??
7 Answers IBM, Ness Technologies,
What is struts2 in java?
What’s the difference between struts and espresso?