Can you have two constructors in java?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

what is the purpose of the final in the try-catch-final

7 Answers  


What is the covariant return type?

0 Answers  


What is java and their uses?

0 Answers  


what is the purpose of the runtime class?

0 Answers  


Why Static variable required in java?For ex,class A { static int a; int b; } Why static is required?

5 Answers   Ericsson,






Why is static used?

0 Answers  


Map map = new HashMap(2); map.add(“1”,”one”); map.add(“2”,”two”); map.add(“3”,”three”); What will happen at this line?

5 Answers   Rolta,


What are the data types supported by java?

0 Answers  


what are the difference between Java and .Net?

5 Answers  


What's the base class of all exception classes?

0 Answers  


What is treeset in java collection?

0 Answers  


What modifiers are used for interface declaration?

7 Answers  


Categories