SyntaxFix
Write A Post
Hire A Developer
Questions
I've found this to work for my code,, however my code is getting the class out of an array within a for loop.
String className=""; className = list[i].getClass().getCanonicalName(); System.out.print(className); //Use this to test it works