Can a abstract class be declared final?


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

Post New Answer

More Core Java Interview Questions

why would you use a synchronized block vs. Synchronized method? : Java thread

0 Answers  


where the static methods will live ,on stack ? can you explain brefly

1 Answers  


What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?

0 Answers  


What method is used to know the status of Checkbox(i.e it is checked or unchecked)?

1 Answers  


How to call one constructor from the other constructor ?

0 Answers  






Is java free for commercial?

0 Answers  


Why vector class is used?

0 Answers  


long d =10;int i =0;i=d; /// is this possible? If d is very long number (10 digits or some thing) then?

3 Answers  


What is the use of http-tunneling in rmi?

0 Answers  


How to add two numbers with out using Arithmetic , union operators in java....? But we can use bitwise operators... but how...?

4 Answers   CTS, Satyam,


What is class and object in java?

0 Answers  


Why are pointers not secure?

0 Answers  


Categories