What is an abstract method in java programming?


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

Post New Answer

More Core Java Interview Questions

What is UNICODE?

3 Answers  


Is null in java?

0 Answers  


List java api that supports threads?

1 Answers  


Does java have extension methods?

0 Answers  


Why Set interface contains unique elements, what internally implemented for this so that it contains unique elements?

1 Answers   Rolta, TCS,






What are the types of casting?

0 Answers  


what is synchronization

3 Answers  


Why are generics used?

0 Answers  


class A{ m2(){ } } class B extends A{ m2(){ } } class c extends B{ m2(){ } } class my_class extends c{ m2(){ } pulic static void main(){ ...My_class a = new my_class(); super.super.super.m2(); is this is leagal if not find what is the legal procedure in order to call A's version of m2(); }

8 Answers   Logica CMG,


What is public static?

0 Answers  


How do you check if a string contains only numeric digits?

0 Answers  


What is the maximum length of a url?

0 Answers  


Categories