DSA-Java icon indicating copy to clipboard operation
DSA-Java copied to clipboard

new lesson: Introduction to Strings part-1

Open Utkarsh1504 opened this issue 4 years ago • 5 comments

⭐ 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:

  1. Introduction
  2. What is String?
  3. String Creation: String Literal
  4. String Creation: new Keyword
  5. How Strings Stored In Memory
  6. String Pooling
  7. String Immutability In Java
  8. 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/

Utkarsh1504 avatar Sep 29 '21 16:09 Utkarsh1504

Please assign me this issue!

aniket-24 avatar Sep 29 '21 20:09 aniket-24

@aniket-24 this will be quite lengthy and needs a lot of documentation. Take your time and make contributions, Thank you

Utkarsh1504 avatar Sep 30 '21 03:09 Utkarsh1504

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

Mansivjain00 avatar Oct 01 '21 09:10 Mansivjain00

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

  1. Introduction

  2. What is String?

  3. String Creation: String Literal

  4. String Creation: new Keyword

  5. How Strings Stored In Memory

  6. String Pooling

  7. String Immutability In Java

  8. String Comparison

  9. PrintStream Class

  10. Important Strings Methods

  11. String Operations

  12. Format Specifier

  13. String VS String Buffer

  14. Some code examples

  15. Conclusion

Utkarsh1504 avatar Oct 01 '21 10:10 Utkarsh1504

@Mansivjain00 @aniket-24 are you both working on this issue?

Utkarsh1504 avatar Oct 28 '21 09:10 Utkarsh1504