Open main menu

CDOT Wiki β

Changes

GPU621/Go Kimchi

409 bytes added, 00:33, 4 August 2021
no edit summary
Java version 5.0 and later provides concurrency to simplify thread creation and processing. The "[https://docs.oracle.com/javase/tutorial/essential/concurrency/executors.html Executor]" that implement by java.util.concurrent provides APIs for creating and processing new threads using reusable threads.
===General Implementation Info===
----
''Before diving into the code, here are some things to know.''
 
'''1. To Increase the accuracy, both Go & Java program will run in terminal using .sh script''' <br>
'''2. To Increase the accuracy, both Go & Java program will run in the same environment(machine)''' <br>
 
 
===Implementation for Go===
}
}
''' .sh Code to Run Go Program ''' <br>''Above Java code will run in terminal using .sh script.''
''' .sh Code to Run Java Program '''
#! /bin/sh
84
edits