quiz
quiz copied to clipboard
Update Parser.java
Replaced method locks with immutability. Removed redundant operations. Used buffered output for write since there was no need to check input char by char. Wrapped checked exceptions in runtime to avoid forced pollution of calling code.