What are the traverses in Binary Tree?
Answers were Sorted based on User's Feedback
Answer / jack
In order... Left node, Root node, Right node
Pre order... Root node, Left node, Right node
Post order... Left node, Right node, Root node
| Is This Answer Correct ? | 8 Yes | 1 No |
What is boolean false?
Hi ,i convert contrller as jSp And presentation as servlet ...will it do? if so what are advantage and idsadvantages
Is there any difference between synchronized methods and synchronized statements?
what is enumset?
Can I declare a class as private?
Which class is the superclass for all the classes?
What are the rules for naming an array?
how we can make a write-only class in java?
Write a code to show a static variable?
Why is java logo a cup of coffee?
What is linkedlist in java?
Why Over riding is Run Time Polymorphism?