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
What is the difference between hashset and treeset in java?
Explain why wait(), notify() and notifyall() methods are in object class rather than in the reading class?
What does the “static” keyword mean?
How do you implement tree mirroring in java?
What is :: operator in java?
Why we used break and continue statement in java?
What is hashtable and explain features of hashtable?
What is the difference between stored procedure & function?
What is static class
How finally used under exception handling?
What do you mean by an interface in java?
which class is the wait() method defined in? : Java thread
What are the different data types in java?
What are the main differences between the java platform and other platforms?
What is a buffer in computer?