Can we override protected method in java?


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

Post New Answer

More Core Java Interview Questions

What are autoboxing and unboxing? When does it occur?

0 Answers  


Is java type safe?

0 Answers  


what is servlet enginee?

0 Answers   Covansys,


What all access modifiers are allowed for top class ?

0 Answers  


What is the effect of keeping a constructor private?

0 Answers  






what is the output??????? public class multireturn { public(int assign x ( int x) { if(4==x) { return 7; } else if (7=x+3) { return 6; } return 5; } }

3 Answers   TCS,


What is bubble sort in java?

0 Answers  


How can we create a object of a class without using new operator.

1 Answers   Infosys, Nokia,


Does it matter in what order catch statements for filenotfoundexception and ioexception are written?

0 Answers  


what is struts-config-xml?and its use?

3 Answers  


What is the final access modifier in java?

0 Answers  


What is the argument in java?

0 Answers  


Categories