We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a34cf5e commit 74f65b5Copy full SHA for 74f65b5
Object Oriented Programming/Java Iterator/Solution.java
@@ -0,0 +1,3 @@
1
+
2
+Object element = it.next();
3
+ if(element instanceof String)
0 commit comments