Click to See Complete Forum and Search --> : typedef equivalent in Java


az99
August 18th, 1999, 11:41 AM
Hi,
Can anybody tell me the procedure for
defining your types in Java.
In other words, what is the Java equivalent
of the following C++ statement:

typedef const char* myString;

Thanks in advance

Karim