Добавить
Уведомления

#15 Introduction to Strings in Java by Myk Sir

------------------------------------------------------------------------------------------------------------------------ Hey Guys, In this video, I have tried my best to explain to you about basics of Strings in Java. Do comment in case of any query or doubt. ----------------------------------NOTES AND CODE SNIPPET------------------------------------- import java.util.Scanner; public class Main{ public static void main(String [] args){ Scanner sc = new Scanner(System.in); // Strings are immutable.(Most Important) // First Method of String Declaration // String str = new String("My name is Myk"); // String str = "My name is Myk_hawk"; // String stringName = new String("Content"); // String stringName="Content"; // System.out.println("Hey Mr.User Please enter a String"); // String str = sc.nextLine(); // System.out.println(str); } } Newton school is an online Edtech company providing the highest-rated FULL STACK DEVELOPMENT PROGRAM for professionals, graduates, and women. NEWTON SCHOOL is your gateway to a high-paying tech career in 6 months with Zero fees till placement, transforming you into a rockstar full-stack developer earning 5-40 Lakh per annum salary. Newton School’s students are already working in more than 150+ top companies of India including Zomato, Unacademy, Deloitte, Nutanix, etc. To watch more videos on programming, Data Structures, Android Development, Data Science, C++, Java, React, subscribe to our channel. Do visit Newton school Launchpad through: https://www.newtonschool.co/launchpad Subscribe | Like | Comment To know more about us and our courses, please visit: https://www.newtonschool.co/ Follow us on Facebook: https://www.facebook.com/newtonschool.co Instagram: https://www.instagram.com/newtonschoolofficial/ Linkedin: https://www.linkedin.com/school/newtonschool/mycompany/

12+
16 просмотров
2 года назад
12+
16 просмотров
2 года назад

------------------------------------------------------------------------------------------------------------------------ Hey Guys, In this video, I have tried my best to explain to you about basics of Strings in Java. Do comment in case of any query or doubt. ----------------------------------NOTES AND CODE SNIPPET------------------------------------- import java.util.Scanner; public class Main{ public static void main(String [] args){ Scanner sc = new Scanner(System.in); // Strings are immutable.(Most Important) // First Method of String Declaration // String str = new String("My name is Myk"); // String str = "My name is Myk_hawk"; // String stringName = new String("Content"); // String stringName="Content"; // System.out.println("Hey Mr.User Please enter a String"); // String str = sc.nextLine(); // System.out.println(str); } } Newton school is an online Edtech company providing the highest-rated FULL STACK DEVELOPMENT PROGRAM for professionals, graduates, and women. NEWTON SCHOOL is your gateway to a high-paying tech career in 6 months with Zero fees till placement, transforming you into a rockstar full-stack developer earning 5-40 Lakh per annum salary. Newton School’s students are already working in more than 150+ top companies of India including Zomato, Unacademy, Deloitte, Nutanix, etc. To watch more videos on programming, Data Structures, Android Development, Data Science, C++, Java, React, subscribe to our channel. Do visit Newton school Launchpad through: https://www.newtonschool.co/launchpad Subscribe | Like | Comment To know more about us and our courses, please visit: https://www.newtonschool.co/ Follow us on Facebook: https://www.facebook.com/newtonschool.co Instagram: https://www.instagram.com/newtonschoolofficial/ Linkedin: https://www.linkedin.com/school/newtonschool/mycompany/

, чтобы оставлять комментарии