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

Is java ee a framework?

0 Answers  


What is Java Reflection API? Why it’s so important to have?

0 Answers  


What is the use of predicate in java 8?

0 Answers  


What is System class and its purpose?

2 Answers  


What are virtual functions?

2 Answers  


Explain about the performance aspects of core java?

0 Answers  


Is simpledateformat safe to use in the multithreaded program?

0 Answers  


If a method is declared as protected, where may the method be accessed?

0 Answers  


Is it possible to define a method in java class but provide it’s implementation in the code of another language like c?

0 Answers  


How do you use wildcards?

0 Answers  


what release of java technology are currently available what do they contain?

1 Answers  


What are nested classes in java?

0 Answers  


Categories