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

How do you reverse a word in java?

734


What is the difference between jdk and jre?

817


What is stringbuffer in java?

782


How do you remove an element from an arraylist in java?

657


What are the types of methods in java?

767


How can we pass argument to a function by reference instead of pass by value?

810


What do you mean by multithreaded program?

753


what is daemon thread and which method is used to create the daemon thread? : Java thread

725


Why string is called as immutable?

703


What is difference between Heap and Stack Memory?

733


what is synchronization and why is it important? : Java thread

821


What do you understand by the term singleton?

761


What are different types of multitasking?

715


What is the maximum size of hashmap in java?

732


Give differences between Quicksort & Mergesort. When should these sorts be used and what is their running time?

761