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 examples of modifiers?

0 Answers  


how to make hashmap object as synchronized object?

2 Answers   BOB Technologies,


What is covariant return type?

0 Answers  


Explain working of call by reference function invoking.

0 Answers   Amdocs,


Can we declare register variable as global?

0 Answers  


What is size () in java?

0 Answers  


What is user defined exception in Java?

0 Answers   TCS,


When should we create our own custom exception classes?

0 Answers  


What is set in java?

0 Answers  


public class Test { public static void main(String ar[]) { Integer a = 10; Integer b =10; Integer c = 145; Integer d = 145; System.out.println(a==b); System.out.println(c==d); } }

7 Answers   iGate,


why Java does not support multiple inheritances?

0 Answers   Aspire,


How does access modifiers work?

1 Answers   Wipro,


Categories