X Tutup
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: code-kshetra/java-interviews
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: svozniuk/java-interviews
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 14 files changed
  • 4 contributors

Commits on May 18, 2014

  1. Added static init block

    under "What is static in java?"
    
    static {
      // Init static fields
    }
    torokmark committed May 18, 2014
    Configuration menu
    Copy the full SHA
    23b13b7 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2015

  1. Merge pull request svozniuk#1 from torokmark/master

    Added static init block
    svozniuk committed Jun 23, 2015
    Configuration menu
    Copy the full SHA
    eda6060 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2015

  1. Configuration menu
    Copy the full SHA
    74af10e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7f1290 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24f1eb6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    758707d View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2016

  1. Improve formatting

    Daniel Rauf committed Jun 9, 2016
    Configuration menu
    Copy the full SHA
    e4940d5 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2017

  1. Update Database (Oracle).txt

    Answer to question "Why many indexes are not good for performance"
    rahulsaini authored Jan 25, 2017
    Configuration menu
    Copy the full SHA
    06d9f51 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2017

  1. Merge pull request svozniuk#9 from rahulsaini/patch-1

    Update Database (Oracle).txt
    svozniuk authored Apr 6, 2017
    Configuration menu
    Copy the full SHA
    fc50157 View commit details
    Browse the repository at this point in the history
  2. Merge pull request svozniuk#8 from ghost/patch-1

    Improve formatting
    svozniuk authored Apr 6, 2017
    Configuration menu
    Copy the full SHA
    3c1c66b View commit details
    Browse the repository at this point in the history
Loading
X Tutup