What is binary tree in java?


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

Post New Answer

More Core Java Interview Questions

what is use of business objects?

3 Answers   Tech Mahindra,


Which command from the jdk compiles a java program?

0 Answers  


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  


difference throws and throw in java

3 Answers  


Difference between string, string builder, and string buffer?

0 Answers  


What is the base class in java from which all classes are derived?

0 Answers  


How to display names of all components in a Container?

0 Answers   Microsoft, Wipro,


What is method overriding in java ?

0 Answers  


Can an interface implement another interface?

0 Answers  


Can we assign the reference to this variable?

0 Answers  


What are the differences between wait() and sleep()?

0 Answers  


Can we pass a primitive type by reference in java? How

0 Answers  


Categories