Open
Description
⭐ Request Type
Add in-depth documentation on the Strings in Java.
The markdown file is located here.
Lesson Content
The lesson must contain at least these are the topics:
- Introduction
- What is String?
- String Creation: String Literal
- String Creation: new Keyword
- How Strings Stored In Memory
- String Pooling
- String Immutability In Java
- String Comparison
💻 Location
This lesson is present under the
Section: 6
Lesson: A
Location Order: 6A
File-Name: intro-string.md
❌ Additional Info
You can take the help of other markdown files in the /lesson directory so that you get the idea of in which fashion you should write.
If you don't know how to do markdown, don't worry it is quite easy, just follow this docs-https://guides.github.com/features/mastering-markdown/