My Technical Scratch Pad.
Wednesday, September 19, 2012
stats1-coursera-week2-notes
›
Given sample data of two random variables X and Y, When is the correlation analysis between then valid? 1. X and Y, both, have normal dist...
Monday, September 3, 2012
ad hoc jvm monitoring and debugging
›
Many a times we notice some issue in production environments and quickly need to investigate the details with ssh connection to a terminal....
Sunday, September 2, 2012
Dynamic Proxies in Java
›
Java Proxy class in reflection package lets you dynamically create a proxy class(and its instances) that implements interfaces of your choi...
Saturday, September 1, 2012
Java SE 7 new features
›
JDK7 has got many new features and folks have done a great job of writing good articles about all of them, so I wouldn't repeat any of t...
Saturday, August 25, 2012
jvmstat code demo
›
In last post , I showed how you can connect to a locally running jvm's jmx agent using java attach api and get various monitoring statis...
Java Attach Api demo
›
This is a quick demo of Java Attach Api . Jvm comes instrumented with many very useful monitoring jmx beans . In this example, given the vm...
Tuesday, August 21, 2012
Lexical analyzer for COOL
›
Recently I finished the coursera compiler course where we wrote a fully functional COOL language compiler as part of course work( some rela...
5 comments:
‹
›
Home
View web version