Alright, you must have heard about or seen the new 3D’less logo that Google replaced with the statement saying “A fresh take on an icon”. There are tons of articles online floating around reasons & stuff explaining the rational behind …
Category Archives: Blogs - Page 3
Java Tip: Find process id of running Java process
Posted by Siddique
on March 24, 2011
3 comments
Here is a simple tip for Java developers. Let’s say if you had to find the process id (pid) of a running Java process within your Java application, following is the code for that. import sun.management.VMManagement; import java.lang.management.ManagementFactory; import java.lang.management.RuntimeMXBean; …
How I rescued an infected Windows XP using Linux(Ubuntu)?
Posted by Siddique
on March 17, 2011
2 comments
Recent Comments