Performance of JVM Server and Client Mode

Performance of JVM Server and Client Mode

Link to Java Tutorial Blog

Performance of JVM Server and Client Mode

Posted: 09 Dec 2012 04:59 AM PST

Couple of weeks back, I wrote an article to introduce JVM server and client mode and discussed about how they differ performance wise. I just thought of running some programs and capture performance metrics on these two modes and show case it to you. As I have explained in my previous article, JVM...

Android Intent

Posted: 09 Dec 2012 01:57 AM PST

An intent is an abstract description of an action expected to be performed. Android Intent reflects English meaning of word intent, determination to do something. It is kind of a black box containing set of instructions to perform an action like, To start or launch an Activity To broadcast an...


Post a Comment