Explain the init method?



Explain the init method?..

Answer / Deepak Kumar Meena

The 'init' method is not a standard method in Core Java. If you meant the constructor, it's a special member function that gets called when an object of a class is instantiated to initialize its instance variables.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

hi to all. well can you please tell me that why String class is immutable? Thanks in advance.

5 Answers   Huawei,


How can we create a thread in java?

1 Answers  


Is string is a class in java?

1 Answers  


What is externalizable?

1 Answers  


What are the files generated after using IDL to java compiler?

1 Answers  


Which method returns the length of a string?

1 Answers  


Hi friends am new to java. I read jar file means collection of java files. For executing struts application what are the necessary jar files. " struts.jar " file contains what. can u explain

1 Answers  


What is the properties class in java programming?

1 Answers  


What is jvm? Why is java called the platform independent programming language?

1 Answers  


What do you meant by active and passive objects?

1 Answers   Wipro,


Explain the transient field modifier?

1 Answers  


What is default size of arraylist in java?

1 Answers  


Categories