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 |
Explain the difference between treeset and treemap in java?
What comes to mind when someone mentions a shallow copy in java?
Can you declare a static variable in a method?
Iterator in the HashMap is fail-safe means what?
Why is java called java?
How to check if a list is sorted in java?
Does string isempty check for null?
What is meant by constructor?
I have a string like _a01_a02_a03_ and another string like _2_1.5_4_ as input.I want to extract a01,a02... to a string array and 2,1.5,etc to a double array with a01 corresponds to 2 and a02 to 1.5 etc. Need code in core java.. Can you do it?
What are the different types of multitasking?
what is meant by package in java?
what are depricated methods in threads and explain the lifecycle methods