These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }



These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static ..

Answer / Hitendra Kumar Singh

Error: An Error is an exceptional condition that cannot be handled by the program. These are usually system level errors. Defect: A Defect refers to a flaw or imperfection in the code or design that can potentially lead to errors. Fault: A Fault occurs when a Defect results in incorrect operation of the software. Failure: A Failure happens when a Fault leads to an undesirable outcome. Mistake: A Mistake is an unintentional action or omission made by a person (developer) during the development process.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What do you understand by abstract classes?

1 Answers   HCL,


what are three ways in which a thread can enter the waiting state? Or what are different ways in which a thread can enter the waiting state? : Java thread

1 Answers  


Explain the private field modifier?

1 Answers  


What is the maximum size of hashmap in java?

1 Answers  


what are the new features available in java 1.5 version?

3 Answers   Accenture, Features, Motorola,


How do I get 64 bit java?

1 Answers  


What is mnemonic in assembly language?

1 Answers  


If there is no implementation of MARKER INTERFACE in java. Then how compiler come to know about specification.

2 Answers  


Difference between operator overloading and function overloading

1 Answers   Tavant Technologies, Virtusa,


What is string intern in java?

1 Answers  


What is java and why do we need it? Explain

1 Answers  


question on Thread synchronization

3 Answers   Huawei,


Categories