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

https://github.com/eldada/java-oom-demo

A simple Java OOM generator
https://github.com/eldada/java-oom-demo

Last synced: over 1 year ago
JSON representation

A simple Java OOM generator

Awesome Lists containing this project

README

          

# A Java OOM exception generator
This repository has an example of a Java class that auto generates an OOM exception.

## Running
To compile and run the class
```shell script
./run.sh
```