Find diameter of Binary Tree. What is Diameter of a Binary Tree? A longest path or route between any two nodes in a tree is called as ...
Read More
Home » Java
Showing posts with label Java. Show all posts
Showing posts with label Java. Show all posts
Check if number is Power of Two.
C heck if number is power of 2 . Lets understand what is the input and the expected output. If the number given to you is, Case ...
Read More
Infinite loop in HashMap
Why HashMap should not be used in multi threaded environment? Can it cause infinite loop as well? When get method go to infinite loop in ...
Read More
Difference between SOAP and REST Web Service.
Difference between SOAP and REST Web Service. No SOAP REST 1 SOAP stands for Simple Object Access Protocol. REST stands for ...
Read More
Check whether a given string is an interleaving of two other given strings. (String 1 and String 2 contains unique characters)
Check whether a given string is an interleaving of two other given strings . (Assume there is unique characters in both strings) Lets u...
Read More
Detect loop in linked list.
Detect loop in Linked list. Identify start node of loop in Linked list. Remove loop in Linked list. What is Loop in Linked list? Ge...
Read More
Java Interview Questions
Java Interview Questions Question 1: Can we Override static methods in java? What is method hiding in Java? What is the out...
Read More
Subscribe to:
Posts (Atom)