What do you mean Abstraction in java?


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

Post New Answer

More Core Java Interview Questions

Explain the transient field modifier?

0 Answers  


public class Base { public void myMethod(int a,intb) {} } // Uses myMethod and then hides it. public class DerivedOne extends Base { private void myMethod(int a,int b); } will this compile or not .yes or no. why

2 Answers  


When do we use hashset over treeset?

0 Answers  


What is the purpose of file class?

0 Answers  


Why is method overloading not possible by changing the return type in java?

0 Answers  


How do you sort a set in java?

0 Answers  


What is the difference between length and size in java?

0 Answers  


Is zero a positive integer?

0 Answers  


Is zero a natural number?

0 Answers  


Does collectionutils isempty check for null?

0 Answers  


Why declare Main() method as a static in java ?

0 Answers   HCL,


what is mean by overriding in which situation we wil use?

5 Answers   Atlas Systems, CSC, DCPL,


Categories