Can abstract class have private constructor?


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 a statement block?

1 Answers  


What is an argument java?

0 Answers  


Is a copy constructor?

0 Answers  


What is scope of a variable?

0 Answers   TCS,


Write POJO class as a key to hashmap???

2 Answers  


What do you mean by Remote procedure call?

2 Answers  


What is covariant return type?

0 Answers  


What does s mean in regex?

0 Answers  


When super keyword is used?

0 Answers  


Can inner class have constructor?

0 Answers  


class A { public void disp(int a,int b) { System.out.println("hai"); } } class B { public void disp(int a,int b,int c) { System.out.println("hai"); } } above program is overloading or overriding?

9 Answers   Infosys, Wipro,


What are reference variables in java?

0 Answers  


Categories