Skip to content

Commit 10a9b92

Browse files
authored
Update README.md
1 parent bcc9051 commit 10a9b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Core Java Interview Question
2323
Java uses Just In Time compiler to enable high performance. It is used to convert the instructions into bytecodes.
2424

2525
#### Q4 What do you mean by Constructor?
26-
#### Constructor can be explained in detail with enlisted points:
26+
#### Constructor can be explained in detail with enlisted points:
2727

2828
* When a new object is created in a program a constructor gets invoked corresponding to the class.
2929
* The constructor is a method which has the same name as the class name.

0 commit comments

Comments
 (0)