Can we use a default constructor of a class even if an explicit constructor is defined?


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

Post New Answer

More Core Java Interview Questions

What is the final keyword in java?

0 Answers  


What is class variable java?

0 Answers  


What are methods of a class?

0 Answers  


What is string in java? String is a data type?

0 Answers  


What is boolean false?

0 Answers  






What is numeric promotion?

1 Answers  


Explain role of constructor in a java application?

5 Answers  


What is Distributed Application and what is its usage?

2 Answers  


What does provide mean construction?

0 Answers  


What is the life cycle of an Applet ?

1 Answers  


what is the use of abstract class?

3 Answers   Amdocs, Atos Origin, Invictus,


String is a immutable objects . it means that string does not change........... But it will be chang......... { String s="kapil"; String s1="raj"; String s=s1; then print(.......) The String has been changed .. how it is possible and why its called immutable objects

7 Answers  


Categories