Is there a Java equivalent or methodology for the typedef keyword in C++?

Java has primitive types, objects and arrays and that’s it. No typedefs.

Leave a Comment