| Author |
java Floating body
|
Dhanushanth Dhanu
Greenhorn
Joined: Jul 10, 2010
Posts: 16
|
|
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
|
 |
Saifuddin Merchant
Ranch Hand
Joined: Feb 08, 2009
Posts: 576
|
|
The rule here is Show Some Effort.
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?
|
Cheers - Sam.
Twisters - The new age Java Quiz || My Blog
|
 |
 |
|
|
subject: java Floating body
|
|
|