-
Notifications
You must be signed in to change notification settings - Fork 126
Basic Qns
Santhosh Vaiyapuri edited this page Jun 25, 2015
·
19 revisions
- How are values passed in Java? By value or by reference? Value
- What is the difference between a set and a map? Can you place a set inside a map?
- Find the Least common ancestor for two given nodes in a tree.
- How do you check if a string is palindrome or not?
- Tell me about MVC architecture?
- OOP concepts like ( polymorphism , inheritance and encapsulation)
- Given a string print the oldest repeating character and newest non-repeating character
- Given a string of open and close brackets return whether the number of open and close brackets match or not
- Given two binary trees check if one is subtree of other.
- Verify if given series is a Fibonacci series or not.