new lesson: Introduction to Strings part-1
⭐ 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/
Please assign me this issue!
@aniket-24 this will be quite lengthy and needs a lot of documentation. Take your time and make contributions, Thank you
Hey i would like to work on this issue too!
If aniket is doing it too, maybe we could divide the work. Also i would like to do this under the hacktoberfest
Yes, absolutely you can, as this lesson is going to be quite long you can divide the work. actually, I'm raising another issue for the same, doing the half syllabus for each one
-
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
-
PrintStream Class
-
Important Strings Methods
-
String Operations
-
Format Specifier
-
String VS String Buffer
-
Some code examples
-
Conclusion
@Mansivjain00 @aniket-24 are you both working on this issue?