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 |
How can you reverse a string?
What are Brief Access Specifiers and Types of Access Specifiers?
Can you make an instance of an abstract class?
What are instance variables?
What is a parameter used for?
Can a final variable be manipulated in java?
Differentiate between array list and vector in java.
Is a method a function?
What is Collections API?
how to fing linkedlist is circular or not?
Why we do exception handling in java and how many types of exceptions are there?
What are the common uses of "this" keyword in java ?