What is wrong with the performance ?
Posted
by Innovative
on Stack Overflow
See other posts from Stack Overflow
or by Innovative
Published on 2010-06-08T06:58:28Z
Indexed on
2010/06/08
7:02 UTC
Read the original article
Hit count: 148
I created an application ( Creating up to 1,00,000 files in a folder ) with 2 different languages ( C#.Net & JAva ) with file concepts and its best methods.
The Application that I created with .NET takes just 3 seconds to create all the files. At the same time, with Java, it takes 15 seconds.
Why is it so ?
© Stack Overflow or respective owner