whst is encapsulation?when u encpsulate actually while
devoloping code?
Answer Posted / a.jyotsna
Encapsulation is the mechanism that binds together code and
the data it manipulates,
and keeps both safe from outside interference and misuse
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the use of generics? When was it added to the Java development Kit?
Can we sort set in java?
What do the thread?class methods run() and start() do?
What are java annotations?
What is wrapper class html?
What are the different ways of implementing thread? Which one is more advantageous?
What are the different access modifiers available in java?
What is an iterator java?
Does java allow default arguments?
Explain the difference between an Interface and an Abstract class?
Explain the importance of thread scheduler in java?
Is java good for beginners?
What is t type java?
What is the difference between multitasking and multithreading in Java
Tell me how many ways are there to initialise an integer with a constant.