SyntaxFix
Write A Post
Hire A Developer
Questions
Use
void callClass(Class classObject) { //do something with class }
A Class is also a Java object, so you can refer to it by using its type.
Class
Read more about it from official documentation.