Exception handling (programming): Difference between revisions

Content deleted Content added
No edit summary
Tags: Mobile edit Mobile app edit iOS app edit App section source
No edit summary
Tags: Mobile edit Mobile web edit
Line 56:
<syntaxhighlight lang="Java">
try {
Scanner stdin = new Scanner(System.in);
String line = stdin.nextLine();