this is stack implementation using java the error occur in 74 line when while(!stack.isEmpty()) is called. it says ';' expected...m unable to detect dis. ..please anyone can correct d mistake...
here is d code..
OCPJP 6 | OCEJWCD 6
Lester Burnham
Rancher
Joined: Oct 14, 2008
Posts: 1337
posted
0
You're using a keyword that doesn't exist. (Hint: Java is case-sensitive.)
Also format you code properly. Use indentations and blank lines to group related lines of code (methods for instance).
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." --- Martin Fowler
Please correct my English.