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 / raj_allinterview

Non static block is a block which is surounded by { and }
for ex :

{
//code goes here
}

The code within non static block is executed whenever a new
instance of that class is created.
It is instance block.

Is This Answer Correct ?    25 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a instance variable in java?

1089


What interface is extended by awt event listeners?

1101


Is alive in java?

1012


Write a program based on Java script program.

1202


If we allocate the memory using 'new' & de-allocated using 'free' then what will happen?

1088


Can you explain the private protected field modifier?

1074


Explain the difference between an object-oriented programming language and object-based programming language?

1021


What is empty string literal in java?

1106


What is void class in java?

1024


What is the use of coding?

1011


what is session in java?

1321


Where import statement is used in a java program?

1190


Write a java program to check if a number is prime or not?

1080


Why we go for collections in java?

1025


Can we override constructor?

1083