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

Поделиться
HTML-код
  • Опубликовано: 11 сен 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 : ruclips.net/p/PLlhM4lkb2sEhfuXL-2BDrJ67WkUdQ2v9b
    🔴 Advance Java Playlist : ruclips.net/p/PLlhM4lkb2sEjVsbbZ_kiixY5CcR84IQUg
    🔴 Android Playlist : ruclips.net/p/PLlhM4lkb2sEhdllbTIVF0rzD0coCiuHok
    =====================================
    ▶ Core Java Chapter-wise Playlist ◀
    ⭕ 9. Collection Framework in Java | Java Data Structure : ruclips.net/p/PLlhM4lkb2sEiOcuH1g-CUuU288qmMNpyj
    ⭕ 8. Multithreading in Java : ruclips.net/p/PLlhM4lkb2sEh1pBs0KBb63PlKKqRx6M1a
    ⭕ 7. Strings In Java : ruclips.net/p/PLlhM4lkb2sEh8AARH5oEivYOrMgaVsPFb
    ⭕ 6. Exception Handling : ruclips.net/p/PLlhM4lkb2sEjaU-JAASDG4Tdwpf-JFARN
    ⭕ 5. OOP's Concepts : ruclips.net/p/PLlhM4lkb2sEhf5NlWeYh_gdcN49pHjVP0
    ⭕ 4. Arrays in Java : ruclips.net/p/PLlhM4lkb2sEi4UoqSmobDeA5VNI1f2w3C
    ⭕ 3. Control Statements : ruclips.net/p/PLlhM4lkb2sEgQmNKO43i7v60no4bdc3lI
    ⭕ 2. Java Introduction : ruclips.net/p/PLlhM4lkb2sEj6zsK25K9f15qNUATqYxGq
    ⭕ 1. Programming Basic Terminologies : ruclips.net/p/PLlhM4lkb2sEhwPZhFmlox57kaCgMm5UgC
    =====================================
    ▶Advance Java Chapter-wise Playlist ◀
    ⭕ 1. JDBC (Java Database Connectivity) with MySQL : ruclips.net/p/PLlhM4lkb2sEjDXBqaYbwAoDAQKh2yczR7
    ⭕ 2. Servlet & JSP Tutorials for Beginners : ruclips.net/p/PLlhM4lkb2sEiiEAP0uSFXiFY8KdXPnN0f

  • @v44varunvlsi
    @v44varunvlsi 3 года назад +21

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

    • @SmartProgramming
      @SmartProgramming  3 года назад

      Thank you for your feedback. Keep Going
      Below are some of the links for more videos and information :
      Java Tutorials Serial Wise : ruclips.net/p/PLlhM4lkb2sEhfuXL-2BDrJ67WkUdQ2v9b
      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

  • @samruddhitapare5151
    @samruddhitapare5151 4 года назад +29

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

  • @suvashreepriyadarshinibisw8017
    @suvashreepriyadarshinibisw8017 3 года назад +5

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

  • @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 : ruclips.net/p/PLlhM4lkb2sEhfuXL-2BDrJ67WkUdQ2v9b
      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/

  • @aashishbasyal46
    @aashishbasyal46 3 года назад +2

    Thankyou so much BROTHER. LOVE FROM NEPAL

    • @SmartProgramming
      @SmartProgramming  3 года назад

      Thank you for your feedback.
      Below are some of the links for more videos and information :
      Java Tutorials Serial Wise : ruclips.net/p/PLlhM4lkb2sEhfuXL-2BDrJ67WkUdQ2v9b
      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

  • @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 .....

  • @anilKumar-ru6zh
    @anilKumar-ru6zh 3 года назад +1

    you are best teacher Sir
    very very thanks Sir

    • @SmartProgramming
      @SmartProgramming  3 года назад

      Thank you for your feedback.
      Below are some of the links for more videos and information :
      Java Tutorials Serial Wise : ruclips.net/p/PLlhM4lkb2sEhfuXL-2BDrJ67WkUdQ2v9b
      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

  • @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 : ruclips.net/p/PLlhM4lkb2sEhfuXL-2BDrJ67WkUdQ2v9b
      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

  • @bhupinderkaur5449
    @bhupinderkaur5449 6 лет назад +7

    Good work... keep it up

  • @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 : ruclips.net/p/PLlhM4lkb2sEhfuXL-2BDrJ67WkUdQ2v9b
      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

  • @ranjitbeck9603
    @ranjitbeck9603 5 лет назад +1

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

  • @nishitkotadiya
    @nishitkotadiya Год назад +1

    Nice explaination

  • @priyankasaini7125
    @priyankasaini7125 6 лет назад +3

    well explained sir

  • @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 : ruclips.net/p/PLlhM4lkb2sEhfuXL-2BDrJ67WkUdQ2v9b
      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/

  • @BarkatAli-es4k
    @BarkatAli-es4k 6 месяцев назад

    Good Teaching

  • @miansyedghanishah5151
    @miansyedghanishah5151 4 года назад +1

    Thanks you solve my problem

  • @homework25
    @homework25 9 месяцев назад

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

  • @SaurabhKumar-uv6fd
    @SaurabhKumar-uv6fd 3 года назад

    Deepak Sir.....very nice explanation.

  • @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 : ruclips.net/p/PLlhM4lkb2sEhfuXL-2BDrJ67WkUdQ2v9b
      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 года назад

    Ek no. Sir

  • @ankeshpatel5728
    @ankeshpatel5728 3 года назад +2

    In java compilation in program is done by ans please

  • @tarandeepsingh588
    @tarandeepsingh588 6 лет назад +2

    nice video 👌👌👌👌

  • @kirandeepkaur2052
    @kirandeepkaur2052 6 лет назад +2

    It's very helpful !

  • @sujaranijena6486
    @sujaranijena6486 2 года назад +1

    Thanks sir,you are a very 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 : ruclips.net/p/PLlhM4lkb2sEhfuXL-2BDrJ67WkUdQ2v9b
      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

  • @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 : ruclips.net/p/PLlhM4lkb2sEhfuXL-2BDrJ67WkUdQ2v9b
      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

  • @shantanupatil_
    @shantanupatil_ 2 года назад +1

    great video sir.

  • @animalflix8914
    @animalflix8914 2 года назад +1

    thnks sir

  • @veenuu_sharma
    @veenuu_sharma 6 лет назад +2

    Very Helpful

  • @viveksharma9842
    @viveksharma9842 6 лет назад +2

    Nice

  • @viratjain7130
    @viratjain7130 3 года назад

    Awesome Explanation Sir

  • @coding2430
    @coding2430 2 года назад

    thank u sir u are super in explanation

  • @patanahi5140
    @patanahi5140 5 лет назад

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

  • @vidyadharma
    @vidyadharma 5 месяцев назад

    thank you

  • @akshaytyagi9528
    @akshaytyagi9528 2 года назад

    Thanks Bhai

  • @abhimanyuroy7770
    @abhimanyuroy7770 3 года назад

    kamal hai sir app.

  • @sofiamyfirstbook3988
    @sofiamyfirstbook3988 2 года назад +1

    Good job

  • @tiffin2358
    @tiffin2358 3 года назад +1

    Thanku so much...

  • @sauravraj2439
    @sauravraj2439 5 лет назад +3

    Sir is whole syllabus covered on your tutorials regarding java

  • @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 : ruclips.net/p/PLlhM4lkb2sEhfuXL-2BDrJ67WkUdQ2v9b
      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

  • @balajeepradhan9406
    @balajeepradhan9406 3 года назад

    God bless you

  • @hr26_maan
    @hr26_maan 3 года назад +1

    thanks for this video

  • @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 : ruclips.net/p/PLlhM4lkb2sEhfuXL-2BDrJ67WkUdQ2v9b
      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

  • @atozkushangmehta4637
    @atozkushangmehta4637 4 года назад +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

  • @narayanrawat4993
    @narayanrawat4993 2 года назад

    well explained

  • @tilakrajchoubey5534
    @tilakrajchoubey5534 3 года назад +1

    nice one

  • @sweetygangane4551
    @sweetygangane4551 Год назад

    Thank you useful

  • @CH-uq1bs
    @CH-uq1bs 3 года назад

    Thank yu kind sir best

  • @tatrambaadmaare7302
    @tatrambaadmaare7302 2 года назад

    Sir c language or SQL ke video bhi baniye na

  • @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 : ruclips.net/p/PLlhM4lkb2sEhfuXL-2BDrJ67WkUdQ2v9b
      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

  • @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 : ruclips.net/p/PLlhM4lkb2sEhfuXL-2BDrJ67WkUdQ2v9b
      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

  • @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:
      ruclips.net/user/smartprogramming
      Below are the links of all the tutorials in java :
      1. Java Tutorials for Beginners : ruclips.net/video/J1TPKWIPFaE/видео.html
      2. Control Statements in Java (with programs and patterns) : ruclips.net/video/OUZkdKFeuK0/видео.html
      3. Arrays in Java (With Algorithms) : ruclips.net/video/dRrjjotgniA/видео.html
      4. OOPs Concepts in Java : ruclips.net/video/7WhnYwoBY24/видео.html?

  • @sulaimansha6189
    @sulaimansha6189 4 года назад

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

  • @archanaadhikari3560
    @archanaadhikari3560 4 года назад

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

  • @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😭😭😭😭😭😭😭

  • @adityarajyaduvanshi2107
    @adityarajyaduvanshi2107 4 года назад

    Sir kya aapka video me pura java syllabus cover hai

  • @bro6139
    @bro6139 2 года назад

    🎈🎈❤️❤️

  • @sharponline866
    @sharponline866 4 года назад

    can I talk to you

  • @PriyankaSingh-dk1zi
    @PriyankaSingh-dk1zi 3 года назад +1

    Thank u sir

    • @SmartProgramming
      @SmartProgramming  3 года назад

      Thank you for your feedback.
      Below are some of the links for more videos and information :
      Java Tutorials Serial Wise : ruclips.net/p/PLlhM4lkb2sEhfuXL-2BDrJ67WkUdQ2v9b
      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