what happen if the private constructor is written in a claass
Answer Posted / ravi kumar
If we write the private constructor, it is not possible to
create the object for the class. If we want to create the
object for the class, we need to write the default
constructor, which is a public one.
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
Will the struts tags support other markup languages such as wml ?
how to debug struts project in netbean ?
Which configuration file is used for storing jsp configuration information in struts?
What’s the difference between validation.xml and validator-rules.xml files in struts validation framework?
How can you create your custom interceptor in struts 2?
What are the steps involved in creating a strut application?
What is the purpose of @doublerangefieldvalidator annotation?
What is apache struts cve 2017 5638?
What is the difference between validation.xml and validator-rules.xml files in struts validation framework?
Can we have multiple struts config files ?
What is the actionform?
Explain the difference between dispatchaction and lookupdispatchaction in struts?
Why aren’t the struts tags maintained as part of the jakarta taglibs project ?
What is struts xml?
What is structs 2 validation framework?