When abstract methods are used?



When abstract methods are used?..

Answer / rakesh achary

When there is abstract class or in interface

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Can you have two constructors in java?

0 Answers  


What happens when main () method is declared as private?

0 Answers   Tech Mahindra,


Is it correct to say that due to garbage collection feature in java, a java program never goes out of memory?

0 Answers  


what is servlet filter?

2 Answers  


What is the collection interface?

0 Answers  






what do you understand by synchronization? Or what is synchronization and why is it important? Or describe synchronization in respect to multithreading? Or what is synchronization? : Java thread

0 Answers  


They had given one progam final HashMap hm=new HashMap(); public void show() { hm.put("name",value); } in this prg here the final hashtable value can be changed in put method,its the prg run?

3 Answers   DNS, Wipro,


Can we use catch statement for checked exceptions when there is no chance of raising exception in our code?

0 Answers  


Is java jre still free?

0 Answers  


What is a return in java?

0 Answers  


Write a program to find the greatest of three numbers in java?

0 Answers  


Can a private method be declared as static?

0 Answers   Global Logic,


Categories