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 private static class in java?

508


Explain method overloading?

566


What is classes in java?

515


Difference between Preemptive scheduling vs. Time slicing?

565


Write a program to search a number in the given list of numbers.

625






What is the difference between the final method and abstract method?

536


what is function overloading in java?

695


What are the types of java?

600


why using interface interface ?

1501


Can we override the overloaded method?

560


Why char array is favored over string for the storage of passwords?

553


How are java objects passed to a method and what are native methods?

588


23. Storage space in java is of the form Stack Queue Heap List 24. What is java code embedded in a web page known as Applets Servlets scriptlets snippets 25. Which of the following attributes are compulsory with an tag?. code,height & width. 26. What does 'CODEBASE' in an applet tag specify?. Files absolute path.

2050


What is the purpose of methodology?

635


What is final?

599