Welcome Message

Hi, welcome to my website. This is a place where you can get all the questions, puzzles, algorithms asked in interviews and their solutions. Feel free to contact me if you have any queries / suggestions and please leave your valuable comments.. Thanks for visiting -Pragya.

November 10, 2009

JVM Related stuff (Important)

- If you are using eclipse. All program you compile in it, will all be in same jvm
- if you open 2 instances of eclipse. They will use same JRE, however, each eclipse will have a single instance of JVM. Therefore, there will be 2 JVM instances.

No comments: