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
Which configuration files are used in struts?
Explain the difference between jakarta struts and apache struts?
How you will display validation fail errors on jsp page?
What is the need of struts?
When should we use SwtichAction?
What is the difference between requestaware and servletrequestaware interface?
What is the purpose of @after?
How does interceptor work in struts2?
What are the loop holes of struts?
State the procedure for using forward attribute of link tag’s.
How do I install struts?
How many struts config file can be created in struts?
What are the features of struts 2?
Which library is provided by struts for form elements like check boxes, text boxes etc?
What is token used for?