Explain an algorithm to find depth of a binary tree.
No Answer is Posted For this Question
Be the First to Post Answer
we know that every java prog must follows OOPS Principles. Anybody can answer, HOW THE FOLLOWING PROGRAM FOLLOWS OOPS CONCEPTS i.e, Inheritance,Polymarphism,Encapsulation? class a{ public static void main(String args[]){ System.out.println("Hello World"); } }
Explain implementation and how is it different from conversion?
What is linked hashmap and its features?
what really hapens when a object is created using new operator? 1.is it allocates memory to all variables and methods in the class with reference to that object?
Can you use abstract and final both with a method?
What is functional interface in javatpoint?
Is java ee a framework?
What is the use of toarray () in java?
How many methods does cloneable interface contains?
What are the different types of garbage collectors in java?
Is there memory leaks in java?
what is the difference between Cpp And Java