Answer Posted / sudheer nath
data encapsulation means the data member and the member function can remains inside the class ,only those member function which is the part of the class can only access thw data member of a class .tise is used for security purpuse .
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the use of using enum to declare a constant?
Why map is used in java?
What are different data structures in java?
what is the major difference between linkedlist and arraylist in java?
What is difference between fileinputstream and filereader in java?
What things should be kept in mind while creating your own exceptions in java?
What are the java ide's? Explain
What is the biggest integer?
Explain the usage of this with constructors?
What is the differences between c++ and java? Explain
How we can run a jar file through command prompt in java?
Can we have any code between try and finally blocks?
What is a arraylist in java?
How would you format a date in java? I.e. In the ddmmyyy format?
Write an algorithm for quick sort?