hi guys i have a dought according the below coding ............
here the answer is :"Printing first one"
but if we instance like above it prints :"Printing first one" & "printing second one".
i'm asking is what is happening when we instance that ...i need full explanation
Well tell us what you think is happening.
Do you know what a the static block does? Do you know what the block -- {System.out.println("printing second one");} is called?
Hint: The first piece of code is different from the second. Whats the difference? Here is a third code snippet to try. Try it out and let us know what you think?