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 |
What is the purpose of a parameter?
What is serial version uid and its importance in java?
What is a nested class?
what is ejb? what is the importance of ejb?
What are legal modifiers that we can use to declare an inner class?
How do you compare two strings? any predefined method for this?
what is the difference between ArrayList and Vector
19 Answers KPIT, Sasken, Satyam, Span Infotech, Wipro,
What is difference between final and immutable?
why Interface used?
my method "abc" return array of interface "xyz" and "pqr" is abstract class implements abc and class "jkl" extends pqr My problem 1) when i call abc it retrun array xyz how can i do this hint xyz refer_xyz = new jkl(); but i can't create array. 2)I want to access method of jkl using reference of xyz??
Can a main method be declared final?
How can you eliminate duplicates?