informatica:linux:java:maven
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| informatica:linux:java:maven [2016/06/28 17:07] – jose | informatica:linux:java:maven [2017/07/26 11:49] (current) – [Proyecto POST] jose | ||
|---|---|---|---|
| Line 105: | Line 105: | ||
| < | < | ||
| - | package com.avanttic.post; | + | package com.iwanttobefreak.post; |
| import java.io.BufferedReader; | import java.io.BufferedReader; | ||
| Line 171: | Line 171: | ||
| } | } | ||
| </ | </ | ||
| + | |||
| + | ====== Proyecto Out Of Memory OOM ====== | ||
| + | < | ||
| + | public class TestOOM | ||
| + | { | ||
| + | public static void main(String ar[]) | ||
| + | { | ||
| + | String test[]=new String[Integer.MAX_VALUE]; | ||
| + | for(int i=0; | ||
| + | { | ||
| + | test[i]=" | ||
| + | } | ||
| + | } | ||
| + | } | ||
| + | |||
| + | </ | ||
| + | |||
| ====== Monitorizar con javamelody ====== | ====== Monitorizar con javamelody ====== | ||
informatica/linux/java/maven.1467133637.txt.gz · Last modified: by jose
