Can we initialize member variables within static block ?
Javasearch.buggybread.com

Search Interview Questions


 More than 3000 questions in repository.
 There are more than 900 unanswered questions.
Click here and help us by providing the answer.
 Have a video suggestion.
Click Correct / Improve and please let us know.
Label / Company      Label / Company / Text

   



Interview Questions and Answers

 Q1. Can we initialize member variables within static block ?
Ans. Static block is like static method that gets executed upon class loading. The way static method allows accessing member variables ( using object references only ), the same static block can also access and initialize member variables.

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     java   static block


Related Questions

  How can we run a java program without making any object?
  How can we create objects if we make the constructor private ?
  Similarity and Difference between static block and static method ?
  Will the static block be executed in the following code ? Why ?
  Is it possible to compile and run a Java program without writing main( ) method?
  Explain static blocks in Java ?
  Will static block for Test Class execute in the following code ?
  How can we execute a Java class independently if it doesn't have a static main method ?
 Can we create object in static block ?



Help us and Others Improve. Please let us know the questions asked in any of your previous interview.

Any input from you will be highly appreciated and It will unlock the application for 10 more requests.

Company Name:
Questions Asked: