- How does serialization takes place in Java ? What is purpose of externalizable interface ? What are transient variables ?
- Why most of methods in Collections class declared as static ?
- What is difference between overloading and overriding ? What is hiding of members and methods - both static and instance one ?
- What is ThreadLocal class used for ?
- What is purpose of Classloader provided by Java ? What is effect of multiple classloaders on Singleton Class ?
- NoClassDefFoundError vs ClassNotFoundException ?
- What kind of exceptions we have in Java?
- What is run time and unchecked exceptions?
- How we can achieve exception free code?
- What we need to use among these Exception vs RuntimeException when we are creating custom exceptions?
- What we have to do when exception raise and when it will rise in case of checked?
- Hash set internal implementation?
- Array list how it works internally?
- How hash set works and what is the difference between hash map and hash set?
- Array list vs linked list?
- Comparable vs comparator and what you will prefer ?
- Hash code collision?
- Hash map internal working.
- Tree set internal working.
- Comparator property sorting example?
- Why List allows sorting if the type is String?
- Linkedlist internal implementation?
- Priority queue and implement sample?
- failfast vs failsafe
- Stack implementation using arrays
- Hash map vs Concurrent Hash map
- Hash map internal implementation when we insert null as key?
- Explain Iterator vs Enumerator vs List Iterator
- Why we need object as key in hash map
- Abstract list vs abstract map vs abstract set
- What is the heirarchy or LinkedList?
- How we can avoid race condition of Class and Object variables.
- How exactly class level and object level locks works?
- What if 2 different objects of threads operating on same shared object?
- What is cyclic barrier how it works?
- What is starvation?
- How we can resolve starvation?
- Thread vs runnable which is preferable in terms of memory utilization?
- What is serialization where it is used?
- Difference between transient and volatile variable in Java
- Difference between Serializable and Externalizable interface in Java
- What if I changed my serial id while deserializing.
- Why character array is better than String for Storing password in Java
- How substring works?
- What is immutability?
- Why we need string as immutable?
Who is Peter Lynch and what is his philosophy in equity market investment? 25 Golden Rules of the most successful Fund Manager.
Peter Lynch (born January 19, 1944) is an American investor, mutual fund manager, and philanthropist. As the manager of the Magellan Fund at Fidelity Investments between 1977 and 1990, Lynch averaged a 29.2% annual return, consistently more than doubling the S&P 500 stock market index and making it the best-performing mutual fund in the world. During his 13 year tenure, assets under management increased from $18 million to $14 billion. He also co-authored a number of books and papers on investing and coined a number of well known mantras of modern individual investing strategies, such as Invest in what you know and ten bagger. Lynch is consistently described as a "legend" by the financial media for his performance record. Base on his career I have compiled his investing rules here. 25 GOLDEN RULES by @Peter Lynch 1: Nobody can predict interest rates, the future direction of the economy or the stock market. Dismiss all such forecasts & concentrate on what's actual...
Comments
Post a Comment