{{theTime}}

Search This Blog

Total Pageviews

Java ExecutorService Example

Java Multi Threading Using ExecutorService.
-- Use 5 threads to run parallel to compute sum of two numbers.

No comments:

Generate Insert Sql from Select Statement

SELECT 'INSERT INTO ReferenceTable (ID, Name) VALUES (' +        CAST(ID AS NVARCHAR) + ', ''' + Name + ''...