What is tree in java?
Answer / Preeti Sagar
A tree in Java is a data structure that simulates a hierarchical tree structure, with a root value and subtrees of children with a parent node. In Java, trees are typically implemented using classes like the Binary Tree or AVL Tree.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is multiple inheritance? Is it supported by java?
what is platform native code
What is the difference between array list and vector in java?
How do you identify if jvm is 32-bit or 64-bit from java program?
What is a key in java?
What is the difference between interface & abstract class?
how can i take the inputs from users in java program?
How do you remove all elements from an arraylist in java?
What is meant by method overriding?
Does a class inherit the constructors of its superclass in java programming?
How to connect to a remote database using Applet?
1.) if we use "private" in place of "public" in public static void main()... 2.) if we use "int" in place of "void".... 3.) can we ommit "static" keyword from that statement.... 4.) also can we give the command line arguments type as int type or float,etc.(.i.e (string args[]))