Compile and Run Java Program in CMD by Deepak (Part 1 - Hindi)

Поділитися
Вставка
  • Опубліковано 27 лис 2024
  • #java #javatutorials #deepak #smartprogramming
    🔴 Java Development Course (Upto 80% off) : courses.smartp...
    📞 For more details Call or What's App : +91 98887-55565
    -----------------------------------------------------------------
    🔴 • Java Tutorials for Beg... : Core Java Playlist
    🔴 • Advance Java Tutorial ... : Advance Java Playlist
    🔴 • Android Tutorials For ... : Android Playlist
    =====================================
    ▶ Core Java Chapter-wise Playlist ◀
    ⭕ 9. • Collection Framework i...
    ⭕ 8. • Multithreading in Java
    ⭕ 7. • Strings In Java
    ⭕ 6. • Exception Handling in ...
    ⭕ 5. • OOP's Concepts in Java
    ⭕ 4. • Arrays in Java (Hindi)
    ⭕ 3. • Control Statements in ...
    ⭕ 2. • Java Basic Introductio...
    ⭕ 1. • Programming Basic Term...
    =====================================
    ▶Advance Java Chapter-wise Playlist ◀
    ⭕ 1. • JDBC (Java Database Co...
    ⭕ 2. • Servlet & JSP Tutorial...
    =====================================
    Follow Me On Social Media :-
    ► Website : www.smartprogr...
    ► Instagram : / smart_programming
    ► Facebook : / smartprogramming.india
    =====================================
    TOPICS COVERED IN THIS TUTORIAL :
    1. COMPILE AND RUN JAVA PROGRAM
    2. HOW TO SET JAVA CLASS PATH TEMPORARY AND PERMANENT
    =======================================================================
    1. COMPILE AND RUN JAVA PROGRAM
    Following are the steps to compile and run java program :
    Step 1 : Open CMD
    Step 2 : Check whether java compiler is accessed by CMD or not, for this type "javac" and press enter key.
    Step 3 : If it says "javac is not recognized as an internal or external command", then we have to set path, for temporary path set type "set path= C:\Program Files\Java\jdk1.8.0_45\bin" and press enter, its my javac path, you have to provide your java classpath. But if it directly displays some definitions, then proceed to next step.
    Step 4 : Then open drive where the program is saved, like "d:" and press enter
    Step 5 : Then if program is saved in any folder, type "cd folder_name", otherwise skip this step.
    Step 6 : Now compile the program, "javac Abc.java" (Abc.java is java file name)
    Step 7 : If there is any error it will display, if not then it will create a .class file
    Step 8 : Now run java program, type "java Abc" (Abc is .class file name), it will display the output
    ----------------------------------------------------------------------------------------------------------------------------------------------------
    2. HOW TO SET JAVA CLASS PATH TEMPORARY AND PERMANENT
    === For Temporary Path Set : ===
    Step 1 : Open CMD
    Step 2 : Type "set path= C:\Program Files\Java\jdk1.8.0_45\bin" and press enter, its my javac path, you have to provide your java classpath.
    Step 3 : Then you can check whether classpath is successfully set or not, for this type "javac" and enter, if it displays some definitions then path is set successfully, but if it says "javac is not recognized as an internal or external command" then path was not set, retry again.
    === For Permanent Path Set : ===
    Step 1 : Open "My Computer" Properties.
    Step 2 : Click "Advanced System Settings" (present on left side of screen), it will open a dialog box.
    Step 3 : Click "Environment Variables", it will again open a new dialog box.
    Step 4 : Then here we can set path, simply provide variable name as "path" and Value "C:\Program Files\Java\jdk1.8.0_45\bin".
    Step 5 : Open CMD and type "javac" and enter, it will display some definitions, Successfully set path permanently.

КОМЕНТАРІ • 92

  • @SmartProgramming
    @SmartProgramming  Рік тому

    🚩🌳Professional Courses + Projects (Upto 80% off) 🌳 courses.smartprogramming.in
    🔴 Core Java Playlist : ua-cam.com/play/PLlhM4lkb2sEhfuXL-2BDrJ67WkUdQ2v9b.html
    🔴 Advance Java Playlist : ua-cam.com/play/PLlhM4lkb2sEjVsbbZ_kiixY5CcR84IQUg.html
    🔴 Android Playlist : ua-cam.com/play/PLlhM4lkb2sEhdllbTIVF0rzD0coCiuHok.html
    =====================================
    ▶ Core Java Chapter-wise Playlist ◀
    ⭕ 9. Collection Framework in Java | Java Data Structure : ua-cam.com/play/PLlhM4lkb2sEiOcuH1g-CUuU288qmMNpyj.html
    ⭕ 8. Multithreading in Java : ua-cam.com/play/PLlhM4lkb2sEh1pBs0KBb63PlKKqRx6M1a.html
    ⭕ 7. Strings In Java : ua-cam.com/play/PLlhM4lkb2sEh8AARH5oEivYOrMgaVsPFb.html
    ⭕ 6. Exception Handling : ua-cam.com/play/PLlhM4lkb2sEjaU-JAASDG4Tdwpf-JFARN.html
    ⭕ 5. OOP's Concepts : ua-cam.com/play/PLlhM4lkb2sEhf5NlWeYh_gdcN49pHjVP0.html
    ⭕ 4. Arrays in Java : ua-cam.com/play/PLlhM4lkb2sEi4UoqSmobDeA5VNI1f2w3C.html
    ⭕ 3. Control Statements : ua-cam.com/play/PLlhM4lkb2sEgQmNKO43i7v60no4bdc3lI.html
    ⭕ 2. Java Introduction : ua-cam.com/play/PLlhM4lkb2sEj6zsK25K9f15qNUATqYxGq.html
    ⭕ 1. Programming Basic Terminologies : ua-cam.com/play/PLlhM4lkb2sEhwPZhFmlox57kaCgMm5UgC.html
    =====================================
    ▶Advance Java Chapter-wise Playlist ◀
    ⭕ 1. JDBC (Java Database Connectivity) with MySQL : ua-cam.com/play/PLlhM4lkb2sEjDXBqaYbwAoDAQKh2yczR7.html
    ⭕ 2. Servlet & JSP Tutorials for Beginners : ua-cam.com/play/PLlhM4lkb2sEiiEAP0uSFXiFY8KdXPnN0f.html

  • @v44varunvlsi
    @v44varunvlsi 4 роки тому +24

    From No Programming Experience to "Absolute Programmer" !!! Excellent Work ... Keep it up. .... Deepak Ji

    • @SmartProgramming
      @SmartProgramming  4 роки тому

      Thank you for your feedback. Keep Going
      Below are some of the links for more videos and information :
      Java Tutorials Serial Wise : ua-cam.com/play/PLlhM4lkb2sEhfuXL-2BDrJ67WkUdQ2v9b.html
      Important Java Books: www.amazon.in/shop/smartprogramming?listId=3OFWAB0091PSQ
      Website : www.smartprogramming.in
      Projects & Courses Website : courses.smartprogramming.in
      Download Our Android Application for Notes and Interview Questions : play.google.com/store/apps/details?id=com.smartprogramming
      Follow Us On :
      Amazon Store: www.amazon.in/shop/smartprogramming
      Facebook Page : facebook.com/smartprogramming.india
      Instagram Page : instagram.com/smart_programming

  • @suvashreepriyadarshinibisw8017
    @suvashreepriyadarshinibisw8017 3 роки тому +6

    Thanks sir for this information .I have searched many channels in the UA-cam for this bt none of the channel clarify my doubts ...bt finally ur channel can do that🙏

  • @samruddhitapare5151
    @samruddhitapare5151 4 роки тому +30

    The best way to watch your tutorials is in 1.5x speed!

  • @tatrambaadmaare7302
    @tatrambaadmaare7302 2 роки тому

    Mai software testing kr rha hu abhi mujhe 4 month huye hai class ko join kiye huye .
    Ap jaisa smjhate hai na vaisa mera class me bahut km explain krte hai .....

  • @aashishbasyal46
    @aashishbasyal46 4 роки тому +2

    Thankyou so much BROTHER. LOVE FROM NEPAL

    • @SmartProgramming
      @SmartProgramming  4 роки тому

      Thank you for your feedback.
      Below are some of the links for more videos and information :
      Java Tutorials Serial Wise : ua-cam.com/play/PLlhM4lkb2sEhfuXL-2BDrJ67WkUdQ2v9b.html
      Important Java Books: www.amazon.in/shop/smartprogramming?listId=3OFWAB0091PSQ
      Website : www.smartprogramming.in
      Projects & Courses Website : courses.smartprogramming.in
      Download Our Android Application for Notes and Interview Questions : play.google.com/store/apps/details?id=com.smartprogramming
      Follow Us On :
      Amazon Store: www.amazon.in/shop/smartprogramming
      Facebook Page : facebook.com/smartprogramming.india
      Instagram Page : instagram.com/smart_programming

  • @pallabdutta7536
    @pallabdutta7536 5 років тому +1

    Best Teacher

  • @anilKumar-ru6zh
    @anilKumar-ru6zh 4 роки тому +1

    you are best teacher Sir
    very very thanks Sir

    • @SmartProgramming
      @SmartProgramming  4 роки тому

      Thank you for your feedback.
      Below are some of the links for more videos and information :
      Java Tutorials Serial Wise : ua-cam.com/play/PLlhM4lkb2sEhfuXL-2BDrJ67WkUdQ2v9b.html
      Important Java Books: www.amazon.in/shop/smartprogramming?listId=3OFWAB0091PSQ
      Website : www.smartprogramming.in
      Projects & Courses Website : courses.smartprogramming.in
      Download Our Android Application for Notes and Interview Questions : play.google.com/store/apps/details?id=com.smartprogramming
      Follow Us On :
      Amazon Store: www.amazon.in/shop/smartprogramming
      Facebook Page : facebook.com/smartprogramming.india
      Instagram Page : instagram.com/smart_programming

  • @tatrambaadmaare7302
    @tatrambaadmaare7302 2 роки тому

    Ek no. Sir

  • @homework25
    @homework25 Рік тому

    Really sir you are amazing 😍....
    Thank you so much

  • @SaurabhKumar-uv6fd
    @SaurabhKumar-uv6fd 3 роки тому

    Deepak Sir.....very nice explanation.

  • @iamakifislam
    @iamakifislam 5 років тому +5

    You are the boss. Thank you sir !

    • @SmartProgramming
      @SmartProgramming  4 роки тому

      Thank you for your feedback.
      Below are some of the links for more videos and information :
      Java Tutorials Serial Wise : ua-cam.com/play/PLlhM4lkb2sEhfuXL-2BDrJ67WkUdQ2v9b.html
      Website : www.smartprogramming.in
      Projects & Courses Website : courses.smartprogramming.in
      Download Our Android Application for Notes and Interview Questions : play.google.com/store/apps/details?id=com.smartprogramming
      Follow Us On :
      Facebook Page : facebook.com/smartprogramming.india
      Instagram Page : instagram.com/smart_programming/

  • @shambhunathkumar1477
    @shambhunathkumar1477 2 роки тому +1

    nice the way of teaching lots of love

    • @SmartProgramming
      @SmartProgramming  2 роки тому

      Thanks and welcome.
      Thank you for your feedback.
      Below are some of the links for more videos and information :
      Java Tutorials Serial Wise : ua-cam.com/play/PLlhM4lkb2sEhfuXL-2BDrJ67WkUdQ2v9b.html
      Important Java Books: www.amazon.in/shop/smartprogramming?listId=3OFWAB0091PSQ
      Website : www.smartprogramming.in
      Projects & Courses Website : courses.smartprogramming.in
      Download Our Android Application for Notes and Interview Questions : play.google.com/store/apps/details?id=com.smartprogramming
      Follow Us On :
      Shop With Us: www.amazon.in/shop/smartprogramming
      Facebook Page : facebook.com/smartprogramming.india
      Instagram : instagram.com/smart_programming

  • @hindimotivation4308
    @hindimotivation4308 4 роки тому +2

    Real sir good explain
    I have full understand
    Thnkx sir

    • @SmartProgramming
      @SmartProgramming  4 роки тому

      Thank you for your feedback.
      Below are some of the links for more videos and information :
      Java Tutorials Serial Wise : ua-cam.com/play/PLlhM4lkb2sEhfuXL-2BDrJ67WkUdQ2v9b.html
      Important Java Books: www.amazon.in/shop/smartprogramming?listId=3OFWAB0091PSQ
      Website : www.smartprogramming.in
      Projects & Courses Website : courses.smartprogramming.in
      Download Our Android Application for Notes and Interview Questions : play.google.com/store/apps/details?id=com.smartprogramming
      Follow Us On :
      Amazon Store: www.amazon.in/shop/smartprogramming
      Facebook Page : facebook.com/smartprogramming.india
      Instagram Page : instagram.com/smart_programming

  • @nishitkotadiya
    @nishitkotadiya Рік тому +1

    Nice explaination

  • @miansyedghanishah5151
    @miansyedghanishah5151 4 роки тому +1

    Thanks you solve my problem

  • @BarkatAli-es4k
    @BarkatAli-es4k 8 місяців тому

    Good Teaching

  • @abhimanyuroy7770
    @abhimanyuroy7770 3 роки тому

    kamal hai sir app.

  • @ranjitbeck9603
    @ranjitbeck9603 5 років тому +1

    Very... nice.... video....

  • @viratjain7130
    @viratjain7130 3 роки тому

    Awesome Explanation Sir

  • @sujaranijena6486
    @sujaranijena6486 2 роки тому +1

    Thanks sir,you are a very sir.

  • @bhupinderkaur5449
    @bhupinderkaur5449 6 років тому +7

    Good work... keep it up

  • @priyankasaini7125
    @priyankasaini7125 6 років тому +3

    well explained sir

  • @dikshadeshmukh7023
    @dikshadeshmukh7023 4 роки тому +1

    Nice explanation...Ty u so much sir

    • @SmartProgramming
      @SmartProgramming  4 роки тому

      Thank you for your feedback.
      Below are some of the links for more videos and information :
      Java Tutorials Serial Wise : ua-cam.com/play/PLlhM4lkb2sEhfuXL-2BDrJ67WkUdQ2v9b.html
      Important Java Books: www.amazon.in/shop/smartprogramming?listId=3OFWAB0091PSQ
      Website : www.smartprogramming.in
      Projects & Courses Website : courses.smartprogramming.in
      Download Our Android Application for Notes and Interview Questions : play.google.com/store/apps/details?id=com.smartprogramming
      Follow Us On :
      Amazon Store: www.amazon.in/shop/smartprogramming
      Facebook Page : facebook.com/smartprogramming.india
      Instagram Page : instagram.com/smart_programming

  • @vidyadharma
    @vidyadharma 8 місяців тому

    thank you

  • @shantanupatil_
    @shantanupatil_ 2 роки тому +1

    great video sir.

  • @coding2430
    @coding2430 2 роки тому

    thank u sir u are super in explanation

  • @kirandeepkaur2052
    @kirandeepkaur2052 6 років тому +2

    It's very helpful !

  • @tinadobhal5084
    @tinadobhal5084 5 років тому +1

    Love u sir.....😍 thank u so so so..............much for ur help.....

    • @SmartProgramming
      @SmartProgramming  4 роки тому

      hahahhah....
      Thank you for your feedback.
      Below are some of the links for more videos and information :
      Java Tutorials Serial Wise : ua-cam.com/play/PLlhM4lkb2sEhfuXL-2BDrJ67WkUdQ2v9b.html
      Website : www.smartprogramming.in
      Projects & Courses Website : courses.smartprogramming.in
      Download Our Android Application for Notes and Interview Questions : play.google.com/store/apps/details?id=com.smartprogramming
      Follow Us On :
      Facebook Page : facebook.com/smartprogramming.india
      Instagram Page : instagram.com/smart_programming/

  • @abhishekjoshi5453
    @abhishekjoshi5453 2 роки тому +1

    Thank you sir you explained perfectly 🙏

    • @SmartProgramming
      @SmartProgramming  2 роки тому

      Thank You so Much.
      Below are some of the links for more videos and information :
      Java Tutorials Serial Wise : ua-cam.com/play/PLlhM4lkb2sEhfuXL-2BDrJ67WkUdQ2v9b.html
      Important Java Books: www.amazon.in/shop/smartprogramming?listId=3OFWAB0091PSQ
      Website : www.smartprogramming.in
      Projects & Courses Website : courses.smartprogramming.in
      Download Our Android Application for Notes and Interview Questions : play.google.com/store/apps/details?id=com.smartprogramming
      Follow Us On :
      Shop With Us: www.amazon.in/shop/smartprogramming
      Facebook Page : facebook.com/smartprogramming.india
      Instagram : instagram.com/smart_programming

  • @tarandeepsingh588
    @tarandeepsingh588 6 років тому +2

    nice video 👌👌👌👌

  • @anashrirathod
    @anashrirathod 4 роки тому +2

    Really helpful. Thank you.

    • @SmartProgramming
      @SmartProgramming  4 роки тому

      Thank you for your feedback.
      Below are some of the links for more videos and information :
      Java Tutorials Serial Wise : ua-cam.com/play/PLlhM4lkb2sEhfuXL-2BDrJ67WkUdQ2v9b.html
      Website : www.smartprogramming.in
      Projects & Courses Website : courses.smartprogramming.in
      Download Our Android Application for Notes and Interview Questions : play.google.com/store/apps/details?id=com.smartprogramming
      Follow Us On :
      Facebook Page : facebook.com/smartprogramming.india
      Instagram Page : instagram.com/smart_programming

  • @akshaytyagi9528
    @akshaytyagi9528 2 роки тому

    Thanks Bhai

  • @balajeepradhan9406
    @balajeepradhan9406 3 роки тому

    God bless you

  • @narayanrawat4993
    @narayanrawat4993 2 роки тому

    well explained

  • @veenuu_sharma
    @veenuu_sharma 6 років тому +2

    Very Helpful

  • @sofiamyfirstbook3988
    @sofiamyfirstbook3988 3 роки тому +1

    Good job

  • @hr26_maan
    @hr26_maan 3 роки тому +1

    thanks for this video

  • @tiffin2358
    @tiffin2358 3 роки тому +1

    Thanku so much...

  • @maheshwarpatil6412
    @maheshwarpatil6412 4 роки тому +1

    Thank you very much
    Sirg

    • @SmartProgramming
      @SmartProgramming  4 роки тому

      Thank you for your feedback.
      Below are some of the links for more videos and information :
      Java Tutorials Serial Wise : ua-cam.com/play/PLlhM4lkb2sEhfuXL-2BDrJ67WkUdQ2v9b.html
      Website : www.smartprogramming.in
      Projects & Courses Website : courses.smartprogramming.in
      Download Our Android Application for Notes and Interview Questions : play.google.com/store/apps/details?id=com.smartprogramming
      Follow Us On :
      Facebook Page : facebook.com/smartprogramming.india
      Instagram Page : instagram.com/smart_programming

  • @viveksharma9842
    @viveksharma9842 6 років тому +2

    Nice

  • @animalflix8914
    @animalflix8914 3 роки тому +1

    thnks sir

  • @CH-uq1bs
    @CH-uq1bs 3 роки тому

    Thank yu kind sir best

  • @akshaybhad7549
    @akshaybhad7549 4 роки тому +1

    thank you sir

    • @SmartProgramming
      @SmartProgramming  4 роки тому

      Thank you for your feedback.
      Below are some of the links for more videos and information :
      Java Tutorials Serial Wise : ua-cam.com/play/PLlhM4lkb2sEhfuXL-2BDrJ67WkUdQ2v9b.html
      Important Java Books: www.amazon.in/shop/smartprogramming?listId=3OFWAB0091PSQ
      Website : www.smartprogramming.in
      Projects & Courses Website : courses.smartprogramming.in
      Download Our Android Application for Notes and Interview Questions : play.google.com/store/apps/details?id=com.smartprogramming
      Follow Us On :
      Amazon Store: www.amazon.in/shop/smartprogramming
      Facebook Page : facebook.com/smartprogramming.india
      Instagram Page : instagram.com/smart_programming

  • @sweetygangane4551
    @sweetygangane4551 Рік тому

    Thank you useful

  • @patanahi5140
    @patanahi5140 5 років тому

    Sir your explanation to good. Sir aap to error bi explain kerte h vo kyu aa rhe h.

  • @anubhavrajput_0
    @anubhavrajput_0 4 роки тому +1

    *nice video *

    • @SmartProgramming
      @SmartProgramming  4 роки тому

      Thank you for your feedback.
      Below are some of the links for more videos and information :
      Java Tutorials Serial Wise : ua-cam.com/play/PLlhM4lkb2sEhfuXL-2BDrJ67WkUdQ2v9b.html
      Important Java Books: www.amazon.in/shop/smartprogramming?listId=3OFWAB0091PSQ
      Website : www.smartprogramming.in
      Projects & Courses Website : courses.smartprogramming.in
      Download Our Android Application for Notes and Interview Questions : play.google.com/store/apps/details?id=com.smartprogramming
      Follow Us On :
      Amazon Store: www.amazon.in/shop/smartprogramming
      Facebook Page : facebook.com/smartprogramming.india
      Instagram Page : instagram.com/smart_programming

  • @tilakrajchoubey5534
    @tilakrajchoubey5534 3 роки тому +1

    nice one

  • @manashharshvardhan5007
    @manashharshvardhan5007 4 роки тому +1

    thank u...

    • @SmartProgramming
      @SmartProgramming  4 роки тому

      Thank you for your feedback.
      Below are some of the links for more videos and information :
      Java Tutorials Serial Wise : ua-cam.com/play/PLlhM4lkb2sEhfuXL-2BDrJ67WkUdQ2v9b.html
      Website : www.smartprogramming.in
      Projects & Courses Website : courses.smartprogramming.in
      Download Our Android Application for Notes and Interview Questions : play.google.com/store/apps/details?id=com.smartprogramming
      Follow Us On :
      Facebook Page : facebook.com/smartprogramming.india
      Instagram Page : instagram.com/smart_programming

  • @tatrambaadmaare7302
    @tatrambaadmaare7302 2 роки тому

    Sir c language or SQL ke video bhi baniye na

  • @ankeshpatel5728
    @ankeshpatel5728 4 роки тому +2

    In java compilation in program is done by ans please

  • @sauravraj2439
    @sauravraj2439 5 років тому +3

    Sir is whole syllabus covered on your tutorials regarding java

  • @atozkushangmehta4637
    @atozkushangmehta4637 5 років тому +1

    "Class names, 'Abc', are only accepted if annotation processing is explicitly requested
    1 error" i found this eror when i run it in CMD

  • @Farahat1234
    @Farahat1234 5 років тому +1

    Sir, pta nhi apke videos m hi ku problem ho rhi h m jb bhi apke videos se pdh rhi hu tb hang ho rha h apka video, baki sb m to bht achhe se fast chal rha h, mujha apke videos se java pdhna h but pta nhi apke videos m hi ku problen aarhi h😭😭😭😭😭😭😭

  • @archanaadhikari3560
    @archanaadhikari3560 5 років тому

    hello sir,when i enter d: it display message the device is not ready..... :(

  • @binasingh5318
    @binasingh5318 5 років тому +2

    Sir program to compile to ho rhi but run me could not find or load class likh rha Isa que ,plz help

    • @SmartProgramming
      @SmartProgramming  5 років тому

      This is an error of class path make sure your files are in correct directory..!!
      Thanks a lot for your valuable feedback and support.
      Get updated to my new videos in the following link:
      ua-cam.com/users/smartprogramming
      Below are the links of all the tutorials in java :
      1. Java Tutorials for Beginners : ua-cam.com/video/J1TPKWIPFaE/v-deo.html
      2. Control Statements in Java (with programs and patterns) : ua-cam.com/video/OUZkdKFeuK0/v-deo.html
      3. Arrays in Java (With Algorithms) : ua-cam.com/video/dRrjjotgniA/v-deo.html
      4. OOPs Concepts in Java : ua-cam.com/video/7WhnYwoBY24/v-deo.html?

  • @adityarajyaduvanshi2107
    @adityarajyaduvanshi2107 4 роки тому

    Sir kya aapka video me pura java syllabus cover hai

  • @sulaimansha6189
    @sulaimansha6189 4 роки тому

    Sir cd Javaprogram dene ki kya zarurat hy seede Javaprogram kyun Nahi de sakte

  • @bro6139
    @bro6139 2 роки тому

    🎈🎈❤️❤️

  • @sharponline866
    @sharponline866 4 роки тому

    can I talk to you

  • @PriyankaSingh-dk1zi
    @PriyankaSingh-dk1zi 4 роки тому +1

    Thank u sir

    • @SmartProgramming
      @SmartProgramming  4 роки тому

      Thank you for your feedback.
      Below are some of the links for more videos and information :
      Java Tutorials Serial Wise : ua-cam.com/play/PLlhM4lkb2sEhfuXL-2BDrJ67WkUdQ2v9b.html
      Important Java Books: www.amazon.in/shop/smartprogramming?listId=3OFWAB0091PSQ
      Website : www.smartprogramming.in
      Projects & Courses Website : courses.smartprogramming.in
      Download Our Android Application for Notes and Interview Questions : play.google.com/store/apps/details?id=com.smartprogramming
      Follow Us On :
      Amazon Store: www.amazon.in/shop/smartprogramming
      Facebook Page : facebook.com/smartprogramming.india
      Instagram Page : instagram.com/smart_programming