Explain about core java?


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

Post New Answer

More Core Java Interview Questions

This is my code i have a doubt class ab implements a,b { public void add() { System.out.println("Hi") } } interface a { public void add(); } interface b { public void add(); } in this code i have two interface implemented in the class has same method.just i want to know which method of interface implemented in the class. interface a or interface b? confused me .

3 Answers  


What is the point of java?

0 Answers  


what is the use of datasource in core java?

3 Answers   Satyam,


Can arraylist hold different types java?

0 Answers  


I need help please send me reply: Write a program "if given a string like 'HAT', the combination's returned should be like ATH,THA,TAH in java"?

4 Answers  






What is hashmap and map?

0 Answers  


What is bufferedwriter?

0 Answers  


What is difference between == and === in js?

0 Answers  


Is Java Class Threadsafe ????? How to make Java class Thread safe??

2 Answers   Cognizant,


Given a singly linked list, find the middle of the list in a single traversal without using temporary variable.

0 Answers   Fidelity,


List types of storage classes in java?

0 Answers   Cyient,


How do you add an element to a set in java?

0 Answers  


Categories