An open API service indexing awesome lists of open source software.

https://github.com/fishercoder1534/randomjava

Any random Java goes here.
https://github.com/fishercoder1534/randomjava

design-patterns examples intellij java java-8

Last synced: about 1 month ago
JSON representation

Any random Java goes here.

Awesome Lists containing this project

README

        

# RandomJava [![Build Status](https://travis-ci.org/fishercoder1534/RandomJava.svg?branch=master)](https://travis-ci.org/fishercoder1534/RandomJava)
This is a Maven project containing a bunch of Random Java programs that I used, wrote from time to time.

Build instructions:
* `git clone` this repo to your local, then open this application as a Maven project.
* If you get compile/run/IntelliJ errors, e.g. ClassNotFoundException when running in IntelliJ, just rm your package from your local machine, use IntelliJ to directly open:
File -> New -> Project from Version Control -> GitHub, then configure JDK8, then you'll fly with colors! ^ ^
* run `mvn install` to install depedencies on your machine
* In your Intellij, click the Maven icon and click on Reload all Maven projects

| Package/Theme | Code
|----------------|---------------
|Avro|[Avro code](../master/src/main/java/avro)
|Java annotations|[annotations](../master/src/main/java/customize_annotations_generics_wildcards_examples)
|Design Patterns|[Design patterns](../master/src/main/java/designPatterns)
|Java Exceptions|[exceptions](../master/src/main/java/exceptionsCanBeSelfDefined)
|Some interview questions|[questions](../master/src/main/java/interviewQuestions)
|Java 8 tutorials|[Java 8](../master/src/main/java/java8tutorials)