DEMONSTRATE STATIC BLOCK (JAVA)
class A2{
static{System.out.println("static block is invoked");}
public static void main(String args[]){
System.out.println("Hello main");
}
}
We here at iknowmycamera try to bring you out some amazing pictures along with related info of some places which we travel. You may choose a category which you might be interested in and start exploring.
Comments
Post a Comment
If you have any doubts, Feel free to Ask !