How to print nodes of a Binary tree?



How to print nodes of a Binary tree?..

Answer / nirmala nambikai mary

In java by using non recursive sub routine we can print
nodes of a binarytree using queue

Is This Answer Correct ?    4 Yes 1 No

Post New Answer

More Core Java Interview Questions

What is ascii format?

0 Answers  


Can we declare main () method as non static?

0 Answers  


Why vector is used in java?

0 Answers  


How to declare an arraylist in java?

0 Answers  


Does treeset use compareto?

0 Answers  






Describe different states of a thread.

0 Answers  


how many ways to create Thread and which one is good? runnable interface ot Thread class?

3 Answers   Satyam,


Can static methods be inherited?

0 Answers  


Which method returns the length of a string?

0 Answers  


Java.util.regex consists of which classes?

0 Answers  


What is java instanceof operator?

0 Answers  


Can a top level class be private or protected?

0 Answers  


Categories