|
| 1 | +Data Structures and Algorithms Topics: |
| 2 | +https://www.codechef.com/certification/prepare#foundation |
| 3 | +https://medium.com/basecs |
| 4 | +(I read from the second link) |
| 5 | + |
| 6 | + |
| 7 | +Java Topics : http://javahungry.blogspot.com/2013/08/hashing-how-hash-map-works-in-java-or.html |
| 8 | + |
| 9 | +http://javahungry.blogspot.com/2014/06/how-treemap-works-ten-treemap-java-interview-questions.html |
| 10 | + |
| 11 | +http://javahungry.blogspot.com/2015/02/how-concurrenthashmap-works-in-java-internal-implementation.html |
| 12 | + |
| 13 | +http://javahungry.blogspot.com/2015/10/how-treeset-works-internally-in-java-interview-questions.html |
| 14 | + |
| 15 | +http://javahungry.blogspot.com/p/threads.html |
| 16 | + |
| 17 | + |
| 18 | +http://javarevisited.blogspot.in/2011/04/synchronization-in-java-synchronized.html |
| 19 | + |
| 20 | +http://javarevisited.blogspot.in/2011/06/volatile-keyword-java-example-tutorial.html |
| 21 | + |
| 22 | +http://mrbool.com/working-with-java-executor-framework-in-multithreaded-application/27560 |
| 23 | + |
| 24 | +http://stackoverflow.com/questions/10828863/what-the-use-of-custom-class-loader |
| 25 | + |
| 26 | +http://stackoverflow.com/questions/10901752/what-is-the-significance-of-load-factor-in-hashmap |
| 27 | + |
| 28 | +http://stackoverflow.com/questions/11011291/treeset-internally-uses-treemap-so-is-it-required-to-implement-hashcode-method |
| 29 | + |
| 30 | +http://stackoverflow.com/questions/137975/what-is-so-bad-about-singletons |
| 31 | + |
| 32 | +http://stackoverflow.com/questions/13855013/understanding-java-memory-management |
| 33 | + |
| 34 | +http://stackoverflow.com/questions/2087469/sort-a-file-with-huge-volume-of-data-given-memory-constraint |
| 35 | + |
| 36 | +http://stackoverflow.com/questions/27325997/how-does-countdownlatch-works-in-java |
| 37 | + |
| 38 | +http://stackoverflow.com/questions/56860/what-is-the-liskov-substitution-principle |
| 39 | + |
| 40 | +http://stackoverflow.com/questions/8161896/example-code-to-show-how-java-synchronized-block-works |
| 41 | + |
| 42 | +http://tutorials.jenkov.com/java-concurrency/synchronized.html |
| 43 | + |
| 44 | +http://tutorials.jenkov.com/java-util-concurrent/cyclicbarrier.html |
| 45 | + |
| 46 | +http://www.dynatrace.com/en/javabook/how-garbage-collection-works.html |
| 47 | + |
| 48 | +http://www.oracle.com/webfolder/technetwork/tutorials/obe/java/G1GettingStarted/index.html |
| 49 | + |
| 50 | +http://www.programcreek.com/2013/03/hashmap-vs-treemap-vs-hashtable-vs-linkedhashmap/ |
| 51 | + |
| 52 | +https://docs.oracle.com/cd/E13150_01/jrockit_jvm/jrockit/geninfo/diagnos/garbage_collect.html |
| 53 | + |
| 54 | +https://en.m.wikipedia.org/wiki/Creational_pattern |
| 55 | + |
| 56 | +https://en.wikipedia.org/wiki/SOLID_(object-oriented_design) |
| 57 | + |
| 58 | +https://lostechies.com/derickbailey/2009/02/11/solid-development-principles-in-motivational-pictures/ |
| 59 | + |
| 60 | +https://scotch.io/bar-talk/s-o-l-i-d-the-first-five-principles-of-object-oriented-design |
| 61 | + |
| 62 | +https://www.pluralsight.com/courses/introduction-to-sql |
| 63 | + |
| 64 | +http://www.programmerinterview.com/index.php/database-sql/sql-having-vs-group-by/ |
| 65 | + |
| 66 | +http://www.programmerinterview.com/index.php/database-sql/inner-vs-outer-joins/ |
| 67 | + |
| 68 | +https://www.essentialsql.com/what-is-a-query-plan/ |
| 69 | + |
| 70 | +http://www.dotnettricks.com/learn/sqlserver/understanding-case-expression-in-sql-server-with-example |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | +--------------------------------------------------------------------------------------------- |
| 75 | + |
| 76 | + |
| 77 | +Self Added Topics: |
| 78 | + |
| 79 | +Garbage Collection : |
| 80 | +https://betsol.com/tag/garbage-collection/ |
| 81 | + |
| 82 | +Executor Services : |
| 83 | +http://www.baeldung.com/java-executor-service-tutorial |
| 84 | + |
| 85 | +Atomic Variables: |
| 86 | +http://www.baeldung.com/java-atomic-variables |
| 87 | + |
| 88 | +Thread Pools: |
| 89 | +http://www.baeldung.com/thread-pool-java-and-guava |
| 90 | + |
| 91 | +Fork Join: |
| 92 | +http://www.baeldung.com/java-fork-join |
| 93 | + |
| 94 | +Complete Thread Articles: |
| 95 | +http://tutorials.jenkov.com/java-util-concurrent/index.html |
| 96 | +(Refer codes) |
| 97 | + |
| 98 | +Fair knowledge of Thread and Heap Dump. |
| 99 | +Knowledge of various garbage collection algorithms |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | +singleton |
| 104 | + https://javarevisited.blogspot.com/2011/03/10-interview-questions-on-singleton.html |
| 105 | + |
| 106 | +Reflection: How to Call private method |
| 107 | + https://javarevisited.blogspot.com/2012/05/how-to-access-private-field-and-method.html |
0 commit comments