InterviewSolution
Saved Bookmarks
| 1. |
How To Use Java Static Members And Methods? |
|
Answer» USE :: between the Java class name and the static method or MEMBER name to use them. Or, If a static Java method is repeatedly used, can use the static Java method alias mechanism to make them look LIKE regular Judo functions. Use :: between the Java class name and the static method or member name to use them. Or, If a static Java method is repeatedly used, can use the static Java method alias mechanism to make them look like regular Judo functions. |
|