User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 13:57, 12 August 2018 (diff | hist) . . (+273) . . Design Patterns
- 06:42, 12 August 2018 (diff | hist) . . (+48) . . IntelliJ IDEA
- 14:18, 11 August 2018 (diff | hist) . . (+73) . . IntelliJ IDEA
- 10:05, 11 August 2018 (diff | hist) . . (+81) . . IntelliJ IDEA
- 10:03, 11 August 2018 (diff | hist) . . (+2,575) . . IntelliJ IDEA
- 09:57, 11 August 2018 (diff | hist) . . (+2,469) . . N Kotlin (Created page with "Kotlin is a statically typed programming language that runs on the Java virtual machine and also can be compiled to JavaScript source code or use the LLVM compiler infrastruct...") (current)
- 09:55, 11 August 2018 (diff | hist) . . (-6) . . Java 8
- 09:54, 11 August 2018 (diff | hist) . . (+3,153) . . Java 8
- 09:34, 11 August 2018 (diff | hist) . . (+14) . . Main Page
- 09:32, 11 August 2018 (diff | hist) . . (+179) . . N IntelliJ IDEA (Created page with " https://www.jetbrains.com/idea/download/#section=windows ==Register a GitHub account in IntelliJ IDEA== https://www.jetbrains.com/help/idea/manage-projects-hosted-on-github....")
- 10:47, 10 August 2018 (diff | hist) . . (+4,845) . . N Object Pool Design Pattern (Created page with "The idea of the Object Pool pattern is similar to that of a real-life book library. Every one knows that it is cheaper to go to you library and borrow a book than to buy a cop...") (current)
- 09:48, 10 August 2018 (diff | hist) . . (+61) . . Prototype Design Pattern (current)
- 09:38, 10 August 2018 (diff | hist) . . (+3,186) . . N Prototype Design Pattern (Created page with "Prototype design pattern is used when the Object creation is a costly affair and requires a lot of time and resources and you have a similar object already existing. Prototyp...")
- 08:11, 10 August 2018 (diff | hist) . . (+6,796) . . N Abstract Factory Design Pattern (Created page with "Abstract Factory patterns work around a super-factory which creates other factories. This factory is also called as factory of factories. This type of design pattern comes und...") (current)
- 04:26, 9 August 2018 (diff | hist) . . (-70) . . Linux
- 04:25, 9 August 2018 (diff | hist) . . (+2,336) . . Linux
- 11:02, 8 August 2018 (diff | hist) . . (+998) . . N Linux (Created page with "* find <source> find /home/username/ -name "*.err" </source> * grep <source> grep -rnw '/path/to/somewhere/' -e 'pattern' </source> *-r or -R is recursive, *-n is...")
- 10:59, 8 August 2018 (diff | hist) . . (+66) . . Main Page
- 11:20, 1 August 2018 (diff | hist) . . (+9,701) . . Generics (current)
- 10:38, 1 August 2018 (diff | hist) . . (+1,301) . . Generics
- 10:10, 1 August 2018 (diff | hist) . . (+3,348) . . N Generics (Created page with "Java Genrics is one of the most important feature introduced in Java 5. If you have been working on Java Collections and with version 5 or higher, I am sure that you have used...")
- 09:51, 1 August 2018 (diff | hist) . . (+308) . . Main Page
- 09:44, 1 August 2018 (diff | hist) . . (+30) . . Main Page
- 09:13, 1 August 2018 (diff | hist) . . (+113) . . How You Should Answer The 10 Most Common Interview Questions (current)
- 09:11, 1 August 2018 (diff | hist) . . (+8,782) . . N How You Should Answer The 10 Most Common Interview Questions (Created page with "Going on a job interview can make you feel like you’re back in school taking an exam. Instead of the “test” having one clear and right answer, however, responding to que...")
- 08:52, 1 August 2018 (diff | hist) . . (+69) . . Main Page
- 08:28, 1 August 2018 (diff | hist) . . (+9,283) . . N Big O Notation (Created page with "==What on earth is Big O?== Big O is the way of measuring the efficiency of an algorithm and how well it scales based on the size of the dataset. Imagine you have a list of...") (current)
- 08:15, 1 August 2018 (diff | hist) . . (+575) . . Collections
- 07:53, 1 August 2018 (diff | hist) . . (+470) . . Collections (→Collection Interview Questions and Answers)
- 07:51, 1 August 2018 (diff | hist) . . (+1,549) . . Collections (→Collection Interview Questions and Answers)
- 07:15, 1 August 2018 (diff | hist) . . (-15) . . Collections (→Methods of Collection interface)
- 07:15, 1 August 2018 (diff | hist) . . (-18) . . Collections (→Methods of Iterator interface)
- 07:14, 1 August 2018 (diff | hist) . . (+307) . . Collections
- 06:57, 1 August 2018 (diff | hist) . . (+3,118) . . Collections
- 06:49, 1 August 2018 (diff | hist) . . (+61) . . Collections
- 05:31, 31 July 2018 (diff | hist) . . (+722) . . SpringBoot
- 16:13, 30 July 2018 (diff | hist) . . (+254) . . Singleton Design Pattern (→Questions & Answers) (current)
- 16:12, 30 July 2018 (diff | hist) . . (-7) . . Design Patterns (→Singleton Design Pattern)
- 16:11, 30 July 2018 (diff | hist) . . (+276) . . Design Patterns (→Singleton Design Pattern)
- 15:51, 30 July 2018 (diff | hist) . . (+3,574) . . Java Threads (→Multithreading Interview Questions and Answers) (current)
- 15:35, 30 July 2018 (diff | hist) . . (+971) . . Hibernate
- 15:23, 30 July 2018 (diff | hist) . . (-21) . . Hibernate (→hibernate.cfg.xml)
- 15:59, 23 July 2018 (diff | hist) . . (+4,869) . . N Factory Method Design Pattern (Created page with "Factory design pattern '''is used when we have a super class with multiple sub-classes and based on input''', we need to '''return one of the sub-class'''. This pattern take o...") (current)
- 15:47, 23 July 2018 (diff | hist) . . (+269) . . Design Patterns (→Factory Method Design Pattern)
- 15:30, 23 July 2018 (diff | hist) . . (+36) . . Builder Design Pattern (→Builder Design Pattern in Java) (current)
- 15:28, 23 July 2018 (diff | hist) . . (+4,693) . . N Builder Design Pattern (Created page with " Separates object construction from its representation Builder design pattern is a creational design pattern like Factory Pattern and Abstract Factory Pattern. Builder patte...")
- 15:20, 23 July 2018 (diff | hist) . . (+1,454) . . Design Patterns (→Builder Design Pattern)
- 11:03, 23 July 2018 (diff | hist) . . (+12) . . Strategy Design Pattern (→Strategy Design Pattern Important Points) (current)
- 11:00, 23 July 2018 (diff | hist) . . (+5,274) . . N Strategy Design Pattern (Created page with "Report Ad Strategy design pattern is one of the behavioral design pattern. Strategy pattern is used when we have multiple algorithm for a specific task and client decides the...")
- 10:53, 23 July 2018 (diff | hist) . . (+6) . . Design Patterns (→Strategy Design Pattern)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)