What is an association?


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

Post New Answer

More Core Java Interview Questions

What is the difference between object oriented programming language and object based programming language?

0 Answers  


What is java oops?

0 Answers  


what difference between throw and throws in exception handling.

5 Answers  


What is object

6 Answers  


Why is stringbuffer thread safe?

0 Answers  






What is finally block?

0 Answers  


ublic class Java_Coding_Samples { public static void JavaHungr(NumberFormatException ae){ System.out.println("integer"); } public static void JavaHungry(Exception e){ System.out.println("string"); } public static void JavaHungry(ArithmeticException ae){ System.out.println("object"); } public static void main(String[] args) { JavaHungry(null); }

1 Answers  


Class A extends Class B but Class A also inherit Super Class Object so it is multiple inheritence give reason in support of your answer

3 Answers  


What is size_t?

0 Answers  


What one should take care of, while serializing the object?

0 Answers  


What are the drawbacks of reflection?

0 Answers  


how can i take the inputs from users in java program?

7 Answers   Wipro,


Categories