What is the purpose of encapsulation?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

How many statements can be created with one connection in jdbc?

4 Answers   Polaris,


How to change the priority of thread or how to set priority of thread?

0 Answers  


does java support default argument in Method?

1 Answers  


What is autoboxing in java?

0 Answers  


What are different access specifiers in java? Explain

0 Answers  






What is cloneable interface?

8 Answers  


Explain different types of wrapper classes in java?

0 Answers  


why abstract class will have a constructor?

4 Answers  


what is business delegate?

2 Answers   TCS,


public class Base { public void myMethod(int a,intb) {} } // Uses myMethod and then hides it. public class DerivedOne extends Base { private void myMethod(int a,int b); } will this compile or not .yes or no. why

2 Answers  


what are the differences between final,finally,finalize methods?

14 Answers   IBM,


What is JVM ? use of JVM?

6 Answers   BVC, Tech Mahindra,


Categories