Returns the current time in milliseconds.
()
| 118 | * Returns the current time in milliseconds. |
| 119 | */ |
| 120 | public native static long currentTimeMillis(); |
| 121 | |
| 122 | /** |
| 123 | * Terminates the currently running Java application. The argument serves as a status code; by convention, a nonzero status code indicates abnormal termination. |
no outgoing calls