My blogging journey started
After working several years in clinical domain using proprietary tools, I am moving to Java development. I think it is a good time to start a blog and write what I learned here.
public class HelloWorld
{
public static void main(String[] args)
{
System.out.println("Welcome");
}
}