Some cool facts about Null in Java || Important to know

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ก.ย. 2019
  • In this video, I have explained some cool facts about null keyword in java.
    ~~~Subscribe to this channel, and press bell icon to get some interesting videos on Selenium and Automation:
    th-cam.com/users/Naveen%20Au...
    Follow me on my Facebook Page:
    / naveenqtpexpert
    Let's join our Automation community for some amazing knowledge sharing and group discussion on Telegram:
    t.me/joinchat/COJqZUPB02r5sB7...
    WebServices API Automation Tutorials:
    vimeo.com/ondemand/webservice... ~~~Subscribe to this channel, and press bell icon to get some interesting videos on Selenium and Automation:
    th-cam.com/users/Naveen%20Au...
    Follow me on my Facebook Page:
    / naveenqtpexpert
    Let's join our Automation community for some amazing knowledge sharing and group discussion on Telegram:
    t.me/joinchat/COJqZUPB02r5sB7...
    Paid courses (Recorded) videos:
    Java & Selenium Course: www.naveenautomationlabs.com/p...
    API Course: www.naveenautomationlabs.com/p... ➡️Get Our Courses✔️
    📗 Get My Paid Courses at
    Paid courses (Recorded) videos:
    Java & Selenium Course: www.naveenautomationlabs.com/p...
    API Course: www.naveenautomationlabs.com/p...
    -------------------------------
    ✔️SOCIAL NETWORKS
    Facebook: / naveenqtpexpert
    Twitter: / naveenkhunteta
    Blog: www.naveenautomationlabs.com
    --------------------------------
    Support My Channel✔️Or Buy Me A Coffee
    Paypal: paypal.me/naveenkhunteta
    Google Pay: naveenanimation20@gmail.com
    --------------------------------
    ✔️Thanks for watching!
    देखने के लिए धन्यवाद
    Благодаря за гледането
    感谢您观看
    Merci d'avoir regardé
    Grazie per la visione
    Gracias por ver
    شكرا للمشاهدة
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 19

  • @neelamdpatel
    @neelamdpatel 3 ปีที่แล้ว +1

    it's like you are reading students mind. clarity of your teaching is compliments in itself. Thank You.

  • @arabindamohanty2190
    @arabindamohanty2190 4 ปีที่แล้ว +1

    Very helpful concept you get together .in real very informative

  • @SarangHoley
    @SarangHoley 4 ปีที่แล้ว +1

    Learned something new with some brush up on Old topics too 😊👍

  • @ParthKandpal
    @ParthKandpal 4 ปีที่แล้ว +2

    Thanks Naveen for you great efforts. 🙏

  • @ajeet265
    @ajeet265 4 ปีที่แล้ว

    Superbb you are doing great..keep it up

  • @shwetapandey2406
    @shwetapandey2406 4 ปีที่แล้ว

    Bestest explanations

  • @mallikarjunaswamyb3765
    @mallikarjunaswamyb3765 4 ปีที่แล้ว +1

    This is a good video. If you add some points about static and non static variables memory allocation. It would be useful..

  • @RaviSalunkhe85
    @RaviSalunkhe85 4 ปีที่แล้ว +2

    Thanks for this Naveen!
    Can you do a series on Struts2 or Spring Boot?
    Or maybe more of web development with Java?

  • @ramakrishnaniyer6712
    @ramakrishnaniyer6712 4 ปีที่แล้ว

    Hi Naveen,
    Can you please tell me some certifications relevant to automation testing and is it beneficial to get java certification ?

  • @gnaneshwarreddy1159
    @gnaneshwarreddy1159 4 ปีที่แล้ว

    Thanks naveen

  • @vishutiwari99
    @vishutiwari99 4 ปีที่แล้ว

    Thankyou sir .
    It is a humble request you to please complete the collection playlist in java if time permits you.
    It would be great help for freshers like me.

  • @arunragavan442
    @arunragavan442 4 ปีที่แล้ว

    thank you so much sir

  • @bhargavikanchi7015
    @bhargavikanchi7015 4 ปีที่แล้ว

    Hi sir could you please let me know one scenario in yatra.com I have code up to search flights after search flights we are some flights on some particular date......I want to retrieve all the flight details after click on search flights please send me code if possible

  • @jayaprakashmajhi5055
    @jayaprakashmajhi5055 4 ปีที่แล้ว

    Sir I want know about object class, can u make a class for object class.

  • @mangesh89
    @mangesh89 4 ปีที่แล้ว

    @Naveen : Could you please create a Program with logic to understand the String which should be reverse at its own place . Eg "Hello World" -> "olleH dlroW". How HashMap help us here.

    • @shankarpk89
      @shankarpk89 4 ปีที่แล้ว

      /*
      *
      * @author : P K Shankar
      *
      */
      package javaPrograms;
      import java.util.ArrayList;
      import java.util.List;
      public class StringReverseOwnPlace {
      public static void main(String[] args) {
      System.out
      .println(stringReverse("HELLO WORLD").toString().replace("[", "").replace("]", "").replaceAll(",", ""));
      }
      public static List stringReverse(String str) {
      String orgStr = "";
      List list = new ArrayList();
      String[] strArr = str.split(" ");
      for (int a = 0; a = 0; b--) {
      revStr = revStr + str.charAt(b);
      }
      return revStr;
      }
      }

  • @shwetatumbagi9845
    @shwetatumbagi9845 4 ปีที่แล้ว +1

    Hi Naveen, could you make video about AWS