Why should I use abstract class?


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

Post New Answer

More Core Java Interview Questions

What is runtime polymorphism or dynamic method dispatch?

0 Answers  


What is the basic concept of java?

0 Answers  


Why are strings immutable in Java?

1 Answers  


Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example

0 Answers  


what do you mean by stream pipelining in java 8? Explain

0 Answers  


Which sorting algorithm is best in java?

0 Answers  


How do you remove duplicates in java?

0 Answers  


Write a program in java to find the maximum and minimum value node from a circular linked list.

0 Answers  


class A { private int i; } class B extends A { private int i; } if I create an object of B class what will be the memory of that object.

2 Answers   Yamaha,


Does .length start 0 java?

0 Answers  


what is stringtolennizer with example?

2 Answers   Symphony,


Is a class an object?

0 Answers  


Categories