├── 0 └── 0-1 Knapsack Problem ├── 0-1 Knapsack Problem ├── 75 IMP Java Questions ├── == Vs equals() ├── Abstract Class Vs Interface ├── Abstraction vs Encasulation ├── Access Modifiers in Java ├── All About Threads ├── Anonymous Classes in Java ├── Applications of various data structures ├── Arrays Vs LinkedList ├── B and B+ Trees ├── Best Sources to understand Java ├── Best of Best website for Java Interview Questions ├── Binomial Coefficient Calculation ├── Bitwise Operations in Java ├── Boundary test cases to check whether a LL is circular ├── BufferedReader vs Scanner ├── C++ vs Java ├── Classpath importance in Java ├── Coding to interfaces ├── Comparable interface vs Comparator interface ├── ConcurrentHashMap vs Collections.synchronizedMap(Map) ├── Design Patterns ├── Diff between Set and List ├── Dynamic Programming vs Greedy vs Divide & Conquer ├── Enumeration Vs Iterator ├── Exception vs Error ├── Find whether a bit is set in Character or Integer ├── Garbage Collection in ├── Garbage Collection in Java ├── Generics - Advtgs and Disadtgs ├── Golden Questions ├── HashMap Disadvantages ├── How does Thread Locks work ├── How to make code readable to the other programmers who look your code ├── IMP Questions ├── IMP Theory Questions in Java ├── IMP Websites for Interview Preparation ├── IMP Websites with Java Intervew Questions ├── Inclusive vs Exclusive OR ├── Indexing in Databases ├── Inner Class in Java ├── InterThread and InterProcess Communication ├── Iterator vs loop for Collection ├── LRU Cache ├── Left Right Shift in Java ├── Local variables default value in Java ├── MVC design pattern or architecture ├── Marker Interfaces in Java ├── Maven vs Ant ├── Mem Management in C ├── Mutex Vs Semaphore ├── Obj Oriented vs Procesdural(a.k.a Functional Programming) ├── Overriding equals and hashCode methods in Java ├── Polymorphism OOP Feature Explained ├── Power of XOR in Programming ├── Primitive data type conversions in Java ├── Primitive types and Wrapper Classes ├── Questions about Testing ├── QuickSelect 2 partitions ├── README.md ├── Recursion vs Iteration ├── Regex Learning ├── Retrieve number of Rows and Columns from [][] array ├── Size of Int in Java in 64 bit machines ├── Space Complexity of Recursive Calls ├── Stack vs Heap memory in Java ├── Static vs Dynamic Class Loading in Java ├── Synchronization concept in Java ├── System class Java ├── TCP Vs UDP ├── Testing ├── Threads, Process and Program(Application) ├── Throwable ├── Time Complexity of predefined methods in JAVA ├── VERY VERY IMP THING IN PROGRAMMING ├── VERY VERY IMPORTANT INTERVIEW PREPARATION SOURCE ├── What is a hashcode? ├── What is lambda expression? ├── What is the meaning of 'static' in a method header? ├── When is 'return null' valid ├── Which is faster? ├── Working of Garbage Collector in Java ├── Working of JVM, Compiler and Interpreter ├── Working of TreeMap & TreeSet ├── charArray to String ├── end of character marking in char array ├── equals and hashcode method ├── final finally finalize ├── final keyword allowed or not allowed on abstract ? ├── finally block execution Importance ├── hashCode and equals method ├── isAnagramOfAStringPalindrome ├── package or import statement should be first ├── private classes in Java ├── shallow vs deep cloning of objects in Java ├── sleep Vs wait ├── static members allowed or not allowed in non-static methods ├── static syncronization vs non-static synchronization ├── static vs dynamic typed languages ├── switch case ├── toString can output Set,List and Map └── wait vs sleep vs yield method /0-1 Knapsack Problem: -------------------------------------------------------------------------------- 1 | http://www.youtube.com/watch?v=ROW7Us0kRDI 2 | -------------------------------------------------------------------------------- /0/0-1 Knapsack Problem: -------------------------------------------------------------------------------- 1 | http://www.youtube.com/watch?v=ROW7Us0kRDI 2 | -------------------------------------------------------------------------------- /75 IMP Java Questions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/75 IMP Java Questions -------------------------------------------------------------------------------- /== Vs equals(): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/== Vs equals() -------------------------------------------------------------------------------- /Abstract Class Vs Interface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/Abstract Class Vs Interface -------------------------------------------------------------------------------- /Abstraction vs Encasulation: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/Abstraction vs Encasulation -------------------------------------------------------------------------------- /Access Modifiers in Java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/Access Modifiers in Java -------------------------------------------------------------------------------- /All About Threads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/All About Threads -------------------------------------------------------------------------------- /Anonymous Classes in Java: -------------------------------------------------------------------------------- 1 | http://www.cs.rit.edu/~tmh/courses/allJava/Anonymous.html 2 | -------------------------------------------------------------------------------- /Applications of various data structures: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/Applications of various data structures -------------------------------------------------------------------------------- /Arrays Vs LinkedList: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/Arrays Vs LinkedList -------------------------------------------------------------------------------- /B and B+ Trees: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/B and B+ Trees -------------------------------------------------------------------------------- /Best Sources to understand Java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/Best Sources to understand Java -------------------------------------------------------------------------------- /Best of Best website for Java Interview Questions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/Best of Best website for Java Interview Questions -------------------------------------------------------------------------------- /Binomial Coefficient Calculation: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/Binomial Coefficient Calculation -------------------------------------------------------------------------------- /Bitwise Operations in Java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/Bitwise Operations in Java -------------------------------------------------------------------------------- /Boundary test cases to check whether a LL is circular: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/Boundary test cases to check whether a LL is circular -------------------------------------------------------------------------------- /BufferedReader vs Scanner: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/BufferedReader vs Scanner -------------------------------------------------------------------------------- /C++ vs Java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/C++ vs Java -------------------------------------------------------------------------------- /Classpath importance in Java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/Classpath importance in Java -------------------------------------------------------------------------------- /Coding to interfaces: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/Coding to interfaces -------------------------------------------------------------------------------- /Comparable interface vs Comparator interface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/Comparable interface vs Comparator interface -------------------------------------------------------------------------------- /ConcurrentHashMap vs Collections.synchronizedMap(Map): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/ConcurrentHashMap vs Collections.synchronizedMap(Map) -------------------------------------------------------------------------------- /Design Patterns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/Design Patterns -------------------------------------------------------------------------------- /Diff between Set and List: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/Diff between Set and List -------------------------------------------------------------------------------- /Dynamic Programming vs Greedy vs Divide & Conquer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/Dynamic Programming vs Greedy vs Divide & Conquer -------------------------------------------------------------------------------- /Enumeration Vs Iterator: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/Enumeration Vs Iterator -------------------------------------------------------------------------------- /Exception vs Error: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/Exception vs Error -------------------------------------------------------------------------------- /Find whether a bit is set in Character or Integer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/Find whether a bit is set in Character or Integer -------------------------------------------------------------------------------- /Garbage Collection in: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Garbage Collection in Java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/Garbage Collection in Java -------------------------------------------------------------------------------- /Generics - Advtgs and Disadtgs: -------------------------------------------------------------------------------- 1 | https://msdn.microsoft.com/en-us/library/ms172194(v=vs.110).aspx 2 | -------------------------------------------------------------------------------- /Golden Questions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/Golden Questions -------------------------------------------------------------------------------- /HashMap Disadvantages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/HashMap Disadvantages -------------------------------------------------------------------------------- /How does Thread Locks work: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/How does Thread Locks work -------------------------------------------------------------------------------- /How to make code readable to the other programmers who look your code: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/How to make code readable to the other programmers who look your code -------------------------------------------------------------------------------- /IMP Questions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/IMP Questions -------------------------------------------------------------------------------- /IMP Theory Questions in Java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/IMP Theory Questions in Java -------------------------------------------------------------------------------- /IMP Websites for Interview Preparation: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/IMP Websites for Interview Preparation -------------------------------------------------------------------------------- /IMP Websites with Java Intervew Questions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/IMP Websites with Java Intervew Questions -------------------------------------------------------------------------------- /Inclusive vs Exclusive OR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/Inclusive vs Exclusive OR -------------------------------------------------------------------------------- /Indexing in Databases: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/Indexing in Databases -------------------------------------------------------------------------------- /Inner Class in Java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/Inner Class in Java -------------------------------------------------------------------------------- /InterThread and InterProcess Communication: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/InterThread and InterProcess Communication -------------------------------------------------------------------------------- /Iterator vs loop for Collection: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/Iterator vs loop for Collection -------------------------------------------------------------------------------- /LRU Cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/LRU Cache -------------------------------------------------------------------------------- /Left Right Shift in Java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/Left Right Shift in Java -------------------------------------------------------------------------------- /Local variables default value in Java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/Local variables default value in Java -------------------------------------------------------------------------------- /MVC design pattern or architecture: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/MVC design pattern or architecture -------------------------------------------------------------------------------- /Marker Interfaces in Java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/Marker Interfaces in Java -------------------------------------------------------------------------------- /Maven vs Ant: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/Maven vs Ant -------------------------------------------------------------------------------- /Mem Management in C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/Mem Management in C -------------------------------------------------------------------------------- /Mutex Vs Semaphore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/Mutex Vs Semaphore -------------------------------------------------------------------------------- /Obj Oriented vs Procesdural(a.k.a Functional Programming): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/Obj Oriented vs Procesdural(a.k.a Functional Programming) -------------------------------------------------------------------------------- /Overriding equals and hashCode methods in Java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/Overriding equals and hashCode methods in Java -------------------------------------------------------------------------------- /Polymorphism OOP Feature Explained: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/Polymorphism OOP Feature Explained -------------------------------------------------------------------------------- /Power of XOR in Programming: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/Power of XOR in Programming -------------------------------------------------------------------------------- /Primitive data type conversions in Java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/Primitive data type conversions in Java -------------------------------------------------------------------------------- /Primitive types and Wrapper Classes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/Primitive types and Wrapper Classes -------------------------------------------------------------------------------- /Questions about Testing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/Questions about Testing -------------------------------------------------------------------------------- /QuickSelect 2 partitions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/QuickSelect 2 partitions -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/README.md -------------------------------------------------------------------------------- /Recursion vs Iteration: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/Recursion vs Iteration -------------------------------------------------------------------------------- /Regex Learning: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/Regex Learning -------------------------------------------------------------------------------- /Retrieve number of Rows and Columns from [][] array: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/Retrieve number of Rows and Columns from [][] array -------------------------------------------------------------------------------- /Size of Int in Java in 64 bit machines: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/Size of Int in Java in 64 bit machines -------------------------------------------------------------------------------- /Space Complexity of Recursive Calls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/Space Complexity of Recursive Calls -------------------------------------------------------------------------------- /Stack vs Heap memory in Java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/Stack vs Heap memory in Java -------------------------------------------------------------------------------- /Static vs Dynamic Class Loading in Java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/Static vs Dynamic Class Loading in Java -------------------------------------------------------------------------------- /Synchronization concept in Java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/Synchronization concept in Java -------------------------------------------------------------------------------- /System class Java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/System class Java -------------------------------------------------------------------------------- /TCP Vs UDP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/TCP Vs UDP -------------------------------------------------------------------------------- /Testing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/Testing -------------------------------------------------------------------------------- /Threads, Process and Program(Application): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/Threads, Process and Program(Application) -------------------------------------------------------------------------------- /Throwable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/Throwable -------------------------------------------------------------------------------- /Time Complexity of predefined methods in JAVA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/Time Complexity of predefined methods in JAVA -------------------------------------------------------------------------------- /VERY VERY IMP THING IN PROGRAMMING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/VERY VERY IMP THING IN PROGRAMMING -------------------------------------------------------------------------------- /VERY VERY IMPORTANT INTERVIEW PREPARATION SOURCE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/VERY VERY IMPORTANT INTERVIEW PREPARATION SOURCE -------------------------------------------------------------------------------- /What is a hashcode?: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/What is a hashcode? -------------------------------------------------------------------------------- /What is lambda expression?: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/What is lambda expression? -------------------------------------------------------------------------------- /What is the meaning of 'static' in a method header?: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/What is the meaning of 'static' in a method header? -------------------------------------------------------------------------------- /When is 'return null' valid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/When is 'return null' valid -------------------------------------------------------------------------------- /Which is faster?: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/Which is faster? -------------------------------------------------------------------------------- /Working of Garbage Collector in Java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/Working of Garbage Collector in Java -------------------------------------------------------------------------------- /Working of JVM, Compiler and Interpreter: -------------------------------------------------------------------------------- 1 | https://www.youtube.com/watch?v=XjNwyXx2os8 2 | -------------------------------------------------------------------------------- /Working of TreeMap & TreeSet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/Working of TreeMap & TreeSet -------------------------------------------------------------------------------- /charArray to String: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/charArray to String -------------------------------------------------------------------------------- /end of character marking in char array: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/end of character marking in char array -------------------------------------------------------------------------------- /equals and hashcode method: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/equals and hashcode method -------------------------------------------------------------------------------- /final finally finalize: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/final finally finalize -------------------------------------------------------------------------------- /final keyword allowed or not allowed on abstract ?: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/final keyword allowed or not allowed on abstract ? -------------------------------------------------------------------------------- /finally block execution Importance: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/finally block execution Importance -------------------------------------------------------------------------------- /hashCode and equals method: -------------------------------------------------------------------------------- 1 | http://www.youtube.com/watch?v=T8UHuOVnKDM 2 | -------------------------------------------------------------------------------- /isAnagramOfAStringPalindrome: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/isAnagramOfAStringPalindrome -------------------------------------------------------------------------------- /package or import statement should be first: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/package or import statement should be first -------------------------------------------------------------------------------- /private classes in Java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/private classes in Java -------------------------------------------------------------------------------- /shallow vs deep cloning of objects in Java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/shallow vs deep cloning of objects in Java -------------------------------------------------------------------------------- /sleep Vs wait: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/sleep Vs wait -------------------------------------------------------------------------------- /static members allowed or not allowed in non-static methods: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/static members allowed or not allowed in non-static methods -------------------------------------------------------------------------------- /static syncronization vs non-static synchronization: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/static syncronization vs non-static synchronization -------------------------------------------------------------------------------- /static vs dynamic typed languages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/static vs dynamic typed languages -------------------------------------------------------------------------------- /switch case: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/switch case -------------------------------------------------------------------------------- /toString can output Set,List and Map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/toString can output Set,List and Map -------------------------------------------------------------------------------- /wait vs sleep vs yield method: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rootusercop/IMP-Interview-Questions/HEAD/wait vs sleep vs yield method --------------------------------------------------------------------------------