Author Archives: GauZ
My take on Java 7 features
No wonder the features look quite impressive indeed. Use of “String” in switch statement was long due! 🙂 InvokeDynamic is also a very useful feature. I have been using C# for quite some time and InvokeDynamic has certainly saved lot of time and improved readability of the code. 1) var foo = new List<int>(); 2) […]
I love you, Google!
That’s just Google propagating the most popular link on that page and providing easier access to it, as opposed to intelligently realizing it’s an intro page and providing a way to skip it. Interesting concept! Now I am looking for an option to make this the default behavior! 😛
Ping program in Java to determine the “network throughput”
I had to determine the “network throughput” from a server to another server. Idea is to use the ping command to get the information. The ping can send the data multiple times and at the end of the process, give the average time it took to process. The expected output is displayed below in blue […]
Login