Showing posts with label Java. Show all posts
Showing posts with label Java. Show all posts

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