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 difference between static variable and global variable?

0 Answers  


How do you declare a variable?

0 Answers  


. Define Copy Constructor in Java

1 Answers  


When do we use synchronized blocks and advantages of using synchronized blocks?

0 Answers  


Can a list be null in java?

0 Answers  


What are order of precedence and associativity, and how are they used?

1 Answers  


What is a superclass?

0 Answers  


Explain the difference between abstract class and interface in java?

0 Answers  


Can you call a private data from an inner class?

6 Answers  


What is an event?

2 Answers  


what is difference between interface and abstract class..?

4 Answers  


Explain the use of shift operator in java. Can you give some examples?

0 Answers  


Categories