Is this even possible, few argue its possible and i saw it here too link.. but when i personally tried it gives me compile time errors..
i mean this,
Class A{
    private final String data;
    public A(){
        data = "new string";
    }
}
Thanks in advance..