What is abstraction with strong example program?
(not a general program)

Answer Posted / cherry

abstraction means hiding the implementation part of a
particular process.Like we are calling createStatement()
method on Connection object to get the Statement object.It
is also abstraction because that method implementation is
done by jdbc engine developer.

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between hashset and treeset in java?

633


Explain why wait(), notify() and notifyall() methods are in object class rather than in the reading class?

657


What does the “static” keyword mean?

677


How do you implement tree mirroring in java?

683


What is :: operator in java?

594






Why we used break and continue statement in java?

661


What is hashtable and explain features of hashtable?

650


What is the difference between stored procedure & function?

640


What is static class

708


How finally used under exception handling?

599


What do you mean by an interface in java?

657


which class is the wait() method defined in? : Java thread

602


What are the different data types in java?

610


What are the main differences between the java platform and other platforms?

611


What is a buffer in computer?

598