HI I need some help on how to go about in
java program to design a Strict two phase locking schema. where the input file is given as notepad and input as follows through a notepad
as follows
b1;
r1(Y);
w1(Y);
r1(Z);
b2;
r2(Y);
b3;
r3(Z);
w1(Z);
e1;
w3(Z);
e3;
where b1 is beginning of first transaction, r1 is reading, W1 is writing, e1 is end of transaction for transaction 1.