Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 561 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 561 Bytes

Java notes

Various java notes / answers to questions

Start/Kill process on the host machine

Question: How do I kill running process created with ProcessBuilder.start() or Runtime.exec(..)?

Answer: StartAndKillProcess

Java compiler - nothing is perfect

List with objects of different types (Apples and Oranges together in one Collection): JavaCompilerCollectionExploitTests