Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mission-peace/interview
Interview questions
https://github.com/mission-peace/interview
Last synced: 5 days ago
JSON representation
Interview questions
- Host: GitHub
- URL: https://github.com/mission-peace/interview
- Owner: mission-peace
- License: apache-2.0
- Created: 2014-07-20T21:27:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-07-31T18:47:32.000Z (5 months ago)
- Last Synced: 2024-12-09T17:07:36.307Z (13 days ago)
- Language: Java
- Size: 1.14 MB
- Stars: 11,118
- Watchers: 1,021
- Forks: 5,174
- Open Issues: 175
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - mission-peace/interview - Interview questions (Java)
- awesome-list - interview - peace | 9878 | (Java)
README
Please visit my wiki link for full list of questions
https://github.com/mission-peace/interview/wiki
Like my facebook page for latest updates on my youtube channel
https://www.facebook.com/tusharroy25
Contribution
Please contribute to this repository to help it make better. Any change like new question, code improvement, doc improvement etc. is very welcome. Just send me a pull request and I will review the request and approve it if it looks good.How to use this repository
Softwares to install
* Install JDK8 https://docs.oracle.com/javase/8/docs/technotes/guides/install/install_overview.html
* Install Git https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
* Install either Intellij https://www.jetbrains.com/idea/download/
* If you like eclipse instead of intellij install eclipse https://eclipse.org/downloads/Set up your desktop
* Pull the git repository. Go to command line and type git clone https://github.com/mission-peace/interview.git
* Go to root directory of checked out project.
* Run ./gradlew idea to generate idea related classes
* Fire up intellij. Go to Open. Go to git repo folder and open interview.ipr . On file menu go to project structure. Update language level support to 8
* If you use eclipse, do ./gradlew eclipse . This will generate eclipse related files. Go to eclipse and open up folder containing this repo.
* Go to any program and run that program
* Go to any test and run the junit test.
* Run ./gradlew build to create classes, run tests and create jar.