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
How do you reverse a word in java?
What is the difference between jdk and jre?
What is stringbuffer in java?
How do you remove an element from an arraylist in java?
What are the types of methods in java?
How can we pass argument to a function by reference instead of pass by value?
What do you mean by multithreaded program?
what is daemon thread and which method is used to create the daemon thread? : Java thread
Why string is called as immutable?
What is difference between Heap and Stack Memory?
what is synchronization and why is it important? : Java thread
What do you understand by the term singleton?
What are different types of multitasking?
What is the maximum size of hashmap in java?
Give differences between Quicksort & Mergesort. When should these sorts be used and what is their running time?