getting system time without using any built in classes [closed]

Impossible. You should use System class and it’s static methods or other classes. Otherwise you can access OS dependent native code, but this will require to use built in classes for JNI.

Leave a Comment