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 volatile modifier for? : Java thread
How can we make a class virtual?
Which methods cannot be overridden in java?
What is the main difference between java platform and other platforms?
What are the 8 primitive data types in java?
The class "Class" is belongs to which package?? a) java.lang b)java.lang.reflect c)java.util d)None
What is access modifiers?
How GUI component handle its own events?
What is the purpose of the finalize() method?
Why constructor has no return type?
write a program to create an arraylist with string(add,remove) operation.and value should be enter through keyboard.
What is the basic of java?