Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What are the traverses in Binary Tree?

Answers were Sorted based on User's Feedback



What are the traverses in Binary Tree?..

Answer / firewithin

Inorder
Preorder
PostOrder

Is This Answer Correct ?    16 Yes 0 No

What are the traverses in Binary Tree?..

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

Post New Answer

More Core Java Interview Questions

What do you understand by the term polymorphism?

0 Answers  


What is array pointers ?

0 Answers   Amdocs,


What does function identity () do?

0 Answers  


Explain the difference between static and dynamic binding in java?

0 Answers  


What do you understand by the term string pool?

0 Answers  


ublic class Java_Coding_Samples { public static void JavaHungr(NumberFormatException ae){ System.out.println("integer"); } public static void JavaHungry(Exception e){ System.out.println("string"); } public static void JavaHungry(ArithmeticException ae){ System.out.println("object"); } public static void main(String[] args) { JavaHungry(null); }

1 Answers  


Which is a valid identifier?

0 Answers  


Why string is not a wrapper class?

0 Answers  


What is the difference between parameters and arguments ?

2 Answers  


What is the name of the java compiler?

0 Answers  


What is default size of arraylist in java?

0 Answers  


What is not object oriented programming?

0 Answers  


Categories