what happen if the private constructor is written in a claass
Answer Posted / venkateshk
If private constructor is written in a class is preventing
to create objects for the class from outside of class.
Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
How many struts config file can be created in struts?
What inbuilt themes are provided by struts2?
What is the use of struts?
What is the procedure of operation of a form tag?
How can duplicate form submission be handled in struts 2?
Explain architecture of struts2?
What are the steps of struts installation?
Which class is the Front Controller in Struts2?
What is struts.devmode?
Explain about the process of functioning of the struts program?
What are the two different types of validations that the validator framework supports?
How to use dispatchaction?
What is action class? What are the types of action class?
What is the difference between requestaware and servletrequestaware interface?
What are action errors and error?