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 |
hi to all. well can you please tell me that why String class is immutable? Thanks in advance.
How can we create a thread in java?
Is string is a class in java?
What is externalizable?
What are the files generated after using IDL to java compiler?
Which method returns the length of a string?
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
What is the properties class in java programming?
What is jvm? Why is java called the platform independent programming language?
What do you meant by active and passive objects?
Explain the transient field modifier?
What is default size of arraylist in java?