Creation of Test Plan and FYP Report

This commit is contained in:
Alexander Davis
2017-04-08 00:50:00 +01:00
parent 6953077108
commit 933a4acff6
316 changed files with 39301 additions and 13662 deletions

View File

@@ -0,0 +1,9 @@
public void someInterestingMethod( int x ) {
try {
DataInputStream in = new DataInputStream(req.getInputStream());
HttpSession session = req.getSession(true);
//Read Input Data
in.close();
} catch ( Exception err ) { }
outputStream.close();
}