Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is non static block in java

Answer Posted / mohan

In between {....}whatever u can write that consider as
Instance block or Non static block.

Ex:
class hai{

//Instance block
{
System.out.println("hi i'm Instance block....");
}

//Static block
static{
System.out.println("hi i'm Static block....");
}

}

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the difference between intermediate and terminal operations in java8?

1159


Can we override the overloaded method?

1192


Can java list contain duplicates?

1066


What is the use of parseint in java?

1080


How do you convert int to char in java?

1117


Is 0 a prime number?

1053


What is the file extension for java?

1118


What is sortedset in java?

1068


What interface is extended by awt event listeners?

1101


What is the null?

1053


What are the five major types of reference sources?

1189


Why string is immutable with example?

1028


What is return keyword in java?

1102


How do you declare an empty string?

1109


What do u mean by variable?

1106