We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcc9051 commit 10a9b92Copy full SHA for 10a9b92
README.md
@@ -23,7 +23,7 @@ Core Java Interview Question
23
Java uses Just In Time compiler to enable high performance. It is used to convert the instructions into bytecodes.
24
25
#### Q4 What do you mean by Constructor?
26
- #### Constructor can be explained in detail with enlisted points:
+#### Constructor can be explained in detail with enlisted points:
27
28
* When a new object is created in a program a constructor gets invoked corresponding to the class.
29
* The constructor is a method which has the same name as the class name.
0 commit comments