Explain the differences between abstraction and encapsulation?


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

Post New Answer

More Core Java Interview Questions

What is nullpointerexception?

0 Answers  


What is the purpose of using javap?

0 Answers  


What is the difference between a loader and a compiler?

0 Answers   Syntel, Visa,


What is a deadlock ?

5 Answers  


10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } } 10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } }

0 Answers  






What is an anonymous class?

1 Answers   IBM,


why string is not taking as primitive datatypes but we r taking it as a class? why explain it?

2 Answers   HP, SparkTG,


Is c better than java?

0 Answers  


Why java doesn’t support multiple inheritances?

0 Answers  


Hi friends, i am new to java. can you explain how java is secured.

2 Answers  


What is difference between Eclips and MyEclips?

3 Answers  


What are the different types of data structures in java?

0 Answers  


Categories