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
What are the steps involved in creating a strut application?
How can we upload files in Struts2 application?
How long do struts last?
What is defeult result type?
What is the difference between validation.xml and validator-rules.xml files in struts?
Which design pattern the interceptors in struts2 is based on?
Why struts 1 classes are not thread safe whereas struts 2 classes are thread safe?
What is Custom Type Converter in Struts2?
What is struts framework?
What are the pros of struts 2?
What configurations are stored in struts configuration file ?
In struts.xml, what does the attribute "method" stands for in the "action" tag?
What are the struts2 error message keys that can come during file uploading process?
What is the configuration files used in struts?
What are the components of struts?