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

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ส.ค. 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 : th-cam.com/play/PLlhM4lkb2sEhfuXL-2BDrJ67WkUdQ2v9b.html
    🔴 Advance Java Playlist : th-cam.com/play/PLlhM4lkb2sEjVsbbZ_kiixY5CcR84IQUg.html
    🔴 Android Playlist : th-cam.com/play/PLlhM4lkb2sEhdllbTIVF0rzD0coCiuHok.html
    =====================================
    ▶ Core Java Chapter-wise Playlist ◀
    ⭕ 9. Collection Framework in Java | Java Data Structure : th-cam.com/play/PLlhM4lkb2sEiOcuH1g-CUuU288qmMNpyj.html
    ⭕ 8. Multithreading in Java : th-cam.com/play/PLlhM4lkb2sEh1pBs0KBb63PlKKqRx6M1a.html
    ⭕ 7. Strings In Java : th-cam.com/play/PLlhM4lkb2sEh8AARH5oEivYOrMgaVsPFb.html
    ⭕ 6. Exception Handling : th-cam.com/play/PLlhM4lkb2sEjaU-JAASDG4Tdwpf-JFARN.html
    ⭕ 5. OOP's Concepts : th-cam.com/play/PLlhM4lkb2sEhf5NlWeYh_gdcN49pHjVP0.html
    ⭕ 4. Arrays in Java : th-cam.com/play/PLlhM4lkb2sEi4UoqSmobDeA5VNI1f2w3C.html
    ⭕ 3. Control Statements : th-cam.com/play/PLlhM4lkb2sEgQmNKO43i7v60no4bdc3lI.html
    ⭕ 2. Java Introduction : th-cam.com/play/PLlhM4lkb2sEj6zsK25K9f15qNUATqYxGq.html
    ⭕ 1. Programming Basic Terminologies : th-cam.com/play/PLlhM4lkb2sEhwPZhFmlox57kaCgMm5UgC.html
    =====================================
    ▶Advance Java Chapter-wise Playlist ◀
    ⭕ 1. JDBC (Java Database Connectivity) with MySQL : th-cam.com/play/PLlhM4lkb2sEjDXBqaYbwAoDAQKh2yczR7.html
    ⭕ 2. Servlet & JSP Tutorials for Beginners : th-cam.com/play/PLlhM4lkb2sEiiEAP0uSFXiFY8KdXPnN0f.html

  • @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 : th-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

  • @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 TH-cam 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 : th-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/

  • @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 : th-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 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 : th-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

  • @bhupinderkaur5449
    @bhupinderkaur5449 6 ปีที่แล้ว +7

    Good work... keep it up

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

  • @hindimotivation4308
    @hindimotivation4308 3 ปีที่แล้ว +2

    Real sir good explain
    I have full understand
    Thnkx sir

    • @SmartProgramming
      @SmartProgramming  3 ปีที่แล้ว

      Thank you for your feedback.
      Below are some of the links for more videos and information :
      Java Tutorials Serial Wise : th-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

  • @shambhunathkumar1477
    @shambhunathkumar1477 2 ปีที่แล้ว +1

    nice the way of teaching lots of love

    • @SmartProgramming
      @SmartProgramming  ปีที่แล้ว

      Thanks and welcome.
      Thank you for your feedback.
      Below are some of the links for more videos and information :
      Java Tutorials Serial Wise : th-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

  • @BarkatAli-es4k
    @BarkatAli-es4k 5 หลายเดือนก่อน

    Good Teaching

  • @homework25
    @homework25 8 หลายเดือนก่อน

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

  • @SaurabhKumar-uv6fd
    @SaurabhKumar-uv6fd 2 ปีที่แล้ว

    Deepak Sir.....very nice explanation.

  • @sujaranijena6486
    @sujaranijena6486 2 ปีที่แล้ว +1

    Thanks sir,you are a very sir.

  • @kirandeepkaur2052
    @kirandeepkaur2052 6 ปีที่แล้ว +2

    It's very helpful !

  • @priyankasaini7125
    @priyankasaini7125 6 ปีที่แล้ว +3

    well explained sir

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

    Nice explaination

  • @ranjitbeck9603
    @ranjitbeck9603 5 ปีที่แล้ว +1

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

  • @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 : th-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

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

    Nice explanation...Ty u so much sir

    • @SmartProgramming
      @SmartProgramming  3 ปีที่แล้ว

      Thank you for your feedback.
      Below are some of the links for more videos and information :
      Java Tutorials Serial Wise : th-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

  • @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 : th-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 ปีที่แล้ว

    Ek no. Sir

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

    Thanks you solve my problem

  • @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 : th-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

  • @ankeshpatel5728
    @ankeshpatel5728 3 ปีที่แล้ว +2

    In java compilation in program is done by ans please

  • @vidyadharma
    @vidyadharma 4 หลายเดือนก่อน

    thank you

  • @shantanupatil_
    @shantanupatil_ 2 ปีที่แล้ว +1

    great video sir.

  • @veenuu_sharma
    @veenuu_sharma 6 ปีที่แล้ว +2

    Very Helpful

  • @viratjain7130
    @viratjain7130 2 ปีที่แล้ว

    Awesome Explanation Sir

  • @tarandeepsingh588
    @tarandeepsingh588 6 ปีที่แล้ว +2

    nice video 👌👌👌👌

  • @akshaytyagi9528
    @akshaytyagi9528 2 ปีที่แล้ว

    Thanks Bhai

  • @animalflix8914
    @animalflix8914 2 ปีที่แล้ว +1

    thnks sir

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

  • @abhimanyuroy7770
    @abhimanyuroy7770 3 ปีที่แล้ว

    kamal hai sir app.

  • @viveksharma9842
    @viveksharma9842 6 ปีที่แล้ว +2

    Nice

  • @coding2430
    @coding2430 2 ปีที่แล้ว

    thank u sir u are super in explanation

  • @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 : th-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

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

    Thanku so much...

  • @balajeepradhan9406
    @balajeepradhan9406 3 ปีที่แล้ว

    God bless you

  • @hr26_maan
    @hr26_maan 2 ปีที่แล้ว +1

    thanks for this video

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

    thank you sir

    • @SmartProgramming
      @SmartProgramming  3 ปีที่แล้ว

      Thank you for your feedback.
      Below are some of the links for more videos and information :
      Java Tutorials Serial Wise : th-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

  • @sofiamyfirstbook3988
    @sofiamyfirstbook3988 2 ปีที่แล้ว +1

    Good job

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

  • @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 : th-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

  • @narayanrawat4993
    @narayanrawat4993 2 ปีที่แล้ว

    well explained

  • @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 : th-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

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

    nice one

  • @CH-uq1bs
    @CH-uq1bs 3 ปีที่แล้ว

    Thank yu kind sir best

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

    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:
      th-cam.com/users/smartprogramming
      Below are the links of all the tutorials in java :
      1. Java Tutorials for Beginners : th-cam.com/video/J1TPKWIPFaE/w-d-xo.html
      2. Control Statements in Java (with programs and patterns) : th-cam.com/video/OUZkdKFeuK0/w-d-xo.html
      3. Arrays in Java (With Algorithms) : th-cam.com/video/dRrjjotgniA/w-d-xo.html
      4. OOPs Concepts in Java : th-cam.com/video/7WhnYwoBY24/w-d-xo.html?

  • @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 : th-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

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

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

  • @tatrambaadmaare7302
    @tatrambaadmaare7302 2 ปีที่แล้ว

    Sir c language or SQL ke video bhi baniye na

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

    Sir kya aapka video me pura java syllabus cover hai

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

  • @bro6139
    @bro6139 2 ปีที่แล้ว

    🎈🎈❤️❤️

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

    can I talk to you