Describe the various concepts related to object oriented programming (oop).


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

Post New Answer

More Core Java Interview Questions

What are some characteristics of interference class?

0 Answers  


What data type is a string?

0 Answers  


What's the base class of all exception classes?

0 Answers  


How does thread synchronization occurs inside a monitor? What levels of synchronization can you apply?

0 Answers  


if a java file without any source code is valid java file?

3 Answers   SparkTG,


What is anagram of a string?

0 Answers  


Explain what is encapsulation?

0 Answers  


What is a jagged array in java?

0 Answers  


what is main purpose of abstract class?

7 Answers  


They had given one progam final HashMap hm=new HashMap(); public void show() { hm.put("name",value); } in this prg here the final hashtable value can be changed in put method,its the prg run?

3 Answers   DNS, Wipro,


How to re-get an object that is collected by garbage collector?

1 Answers  


What happens if we override private method?

0 Answers  


Categories