Комментарии •

  • @IloveRumania
    @IloveRumania 4 года назад +18

    8:26
    They're called quotation marks.

  • @tyster911
    @tyster911 10 лет назад +16

    Hey man, I'm going to be a sophomore in high school and I'm taking AP Computer science. We are using Blue J and Java just like this. I just wanted to let you know you are helping me a lot with this, I just wanted to get a head start over the summer and you're making it much easier on me

    • @MercifiesProductions
      @MercifiesProductions 10 лет назад +1

      Tyler Hough I'm glad I could help you out. You'll find my series pretty similar to your course as I based it off my own experience going through AP Comp Sci. The only thing I don't really go into is Gridworld, just because it is annoying to teach and they are removing it from the curriculum within the next few years.

  • @MercifiesProductions
    @MercifiesProductions 9 лет назад +2

    +Danielspringermusic +Music By
    When you run it and the compiler opens, click on Options>Clear Screen at Method Call.

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

    Excellent video, keeps complicated computer jargon in context.

  • @TheCameltotem
    @TheCameltotem 10 лет назад +2

    WOHO! THANKS MAN :D Gonna watch all your tutorials!

  • @ramdato5196
    @ramdato5196 8 лет назад +51

    Couldn't you start with explaining what class, method and all the stuff are? This is really not understandable for begginer?

  • @ricardotijerina886
    @ricardotijerina886 5 лет назад +18

    The weed is strong in this one... :)

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

    Thank you for this!! Your videos are awesome!!!

  • @blaireross4316
    @blaireross4316 3 года назад +3

    You're an awesome teacher!!

  • @camilleatienza7705
    @camilleatienza7705 8 лет назад +1

    Hi MercifiesProductions!! Do you have a tutorial on bluej that asks for a certain name then count and display the vowels used in that certain name. If not can you pls make..thank you!! :D

  • @criminalrights
    @criminalrights 8 месяцев назад +1

    BlueJ coding with JAVA is the best. I had to create a project using java and I couldn't figure it out using anything else but BlueJ. So :). Very user-friendly system.

  • @MercifiesProductions
    @MercifiesProductions 10 лет назад

    Quinten Kock they both perform the same function, and now a days I use public static void main

  • @goodsonjonathon
    @goodsonjonathon 7 лет назад

    I feel like I just watched a tutorial by Jim Breuer's character from Half-Baked. But I like it!

  • @dr.nugget4198
    @dr.nugget4198 3 года назад +1

    I know the vid is like 7 yrs old but I just want to say that it was a good vid and your voice was good voice to listen to
    Thanks for the video it was very helpful

  • @MercifiesProductions
    @MercifiesProductions 9 лет назад +1

    Salman Samie because importing java.util.* is for typing input into your program. This lesson doesn't do that, the program you make only outputs the helloworld statement. If you import something and don't use it, the compiler will throw you an error.

  • @vykoul
    @vykoul 4 года назад +3

    Here because of computer science class, I realize this video was made a long time ago but thanks

  • @intasmacaraig4152
    @intasmacaraig4152 7 лет назад

    amazing tutorials

  • @hariaditya2344
    @hariaditya2344 7 лет назад +3

    you can also write without using public,private,static,string[ ] args for normal programs.

    • @victorcaberte3885
      @victorcaberte3885 7 лет назад +1

      when I clicked void main(String[] args) again, it produced another Hello World my name is Victor.. can I remove the other one?? how??

  • @solwolfpunk
    @solwolfpunk 9 лет назад +1

    Nice tutorial. Thank you. You may want to edit a mistake you made. These { } are braces and not brackets. [ ] are brackets. Not a big deal but it prove confusing to some.

  • @josephd2583
    @josephd2583 9 лет назад

    This is what i get when i try doing it:
    HelloWorld.main({ })
    Hello World my name is Joseph.
    Any help about this ?

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

    Legend man! Thanks

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

    thank you it was really helpful

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

    System.out.println(“Hello: “)
    String World = scan.nextLine();
    System.out.println(“Hello “ + World)

  • @josephbentley826
    @josephbentley826 8 лет назад

    Big up the University of Kent, well weird one of my lectures helped create BlueJ

  • @LrixtBlixt
    @LrixtBlixt 6 лет назад +23

    Anyone here from AP Comp Sci in highschool

  • @ROCKYzaNI
    @ROCKYzaNI 8 лет назад

    Mamat ni bantu banyak gila. Thanks Mercifier!

  • @MercifiesProductions
    @MercifiesProductions 9 лет назад

    +Joseph Dukmak
    I can't reply to your comment, so I'm not sure if you'll see this. You have comment replies turned off.
    Post your code so I can look at it

    • @josephd2583
      @josephd2583 9 лет назад +1

      MercifiesProductions
      This is the code i used:
      public class HelloWorld
      {
      public static void main(String[] args)
      {
      System.out.println("Hello World my name is Joseph.");
      }
      }
      but when i compile then i do the *void main(String[] args)* it gives me this:
      HelloWorld.main({ })
      Hello World my name is Joseph.

    • @MercifiesProductions
      @MercifiesProductions 9 лет назад

      Joseph Dukmak So it is actually posting the HelloWorld.main({ }) in the output when you compile it? That is strange, I'll keep looking into that

    • @josephd2583
      @josephd2583 8 лет назад

      ***** you're welcome :)

  • @lithomie5275
    @lithomie5275 7 лет назад +24

    public static void main(String[] args) {
    System.out.println("I really liked this video thank you xD");
    }

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

    love this thank u

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

    thank you so much.

  • @andrewzhukov5340
    @andrewzhukov5340 4 месяца назад

    Can BlueP be developed for Python to help students with Object Oriented concepts since python is used in Schools?

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

    THANK YOU VERY MUCH

  • @akashashafiq7234
    @akashashafiq7234 8 лет назад +2

    i use println and its giving an error that expected

    • @hariaditya2344
      @hariaditya2344 7 лет назад

      i think you forgot to give a curly bracket after
      void main()
      {

  • @mousahadas8585
    @mousahadas8585 6 лет назад

    can u send me link to #5

  • @joshuashook4399
    @joshuashook4399 7 лет назад

    what does package not exist mean?

  • @victorcaberte3885
    @victorcaberte3885 7 лет назад

    when I clicked void main(String[] args) again, it produced another Hello World my name is Victor.. can I remove the other one?? how??

    • @MercifiesProductions
      @MercifiesProductions 7 лет назад

      With your Terminal open (where the code outputs), go to the menu bar and Click Options -> Clear Screen at Method Call. Make sure that is checked and it will fix your problem

  • @dionysiusloo7282
    @dionysiusloo7282 10 лет назад

    Hi when i tried to compile, i got an error (package System does not exist)
    Please advise.

    • @ozcangundes792
      @ozcangundes792 8 лет назад

      +Kast Dan you should write System.out.println instead of system.out.printin "capitalized S"

  • @AllorNothinggameplay
    @AllorNothinggameplay 9 лет назад

    when i compile it, it hi-lights the .out in system.out.println in red and says "package system does not exist" and will not let me go to "void main(String[] args)" please help my code is;
    public class HelloWorld
    {
    public static void main(String[] args) {
    system.out.println("Hello World my name is (think of one later)");
    }
    }

    • @AllorNothinggameplay
      @AllorNothinggameplay 9 лет назад

      All or Nothing gameplay ! never mind did not cap the S man im stupid

  • @shubhamchitre4702
    @shubhamchitre4702 6 лет назад

    when I click on new class there is no applet option on my bluej please help!

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

      yea I know am 2 years late and u would have already known by now but BlueJ was updated so yea u wont find that option now

  • @scheurkanaal
    @scheurkanaal 10 лет назад +1

    I always use 'public static void main' instead of 'private static void main'. Don't know what one is better though.

    • @giveup1827
      @giveup1827 7 месяцев назад

      Public is better

  • @Nitheeshprakashnt
    @Nitheeshprakashnt 11 лет назад +2

    It is System.out.println()
    S is captial letter

  • @krithikraj3103
    @krithikraj3103 6 лет назад

    What does the word "static" mean in
    PUBLIC STATIC VOID MAIN()?

    • @Krondelo
      @Krondelo 6 лет назад

      Static means that the variable or method marked as such is available at the class level. In other words, you don't need to create an instance of the class to access it.

  • @aidanodonnell4272
    @aidanodonnell4272 8 лет назад

    Legend!

  • @nanomancer
    @nanomancer 8 лет назад +44

    I took one look at the state of that desktop and decided to go elsewhere.

  • @Mike-dx9lh
    @Mike-dx9lh 4 года назад

    My dashed arrow does not show up?

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

    6:45 sir shouldn't it be public static void main??

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

    very useful......
    tysssm

  • @rushanemunganda4079
    @rushanemunganda4079 7 лет назад

    Hi,Mercifies Production Could do a video in which you call a class using bluej, it would be very helpfull.
    Thank you

    • @MercifiesProductions
      @MercifiesProductions 7 лет назад

      ruclips.net/video/XznNdY3Bfvg/видео.html --> I don't use bluej in this tutorial but it works the same way.

  • @HEJUSTBROUSING
    @HEJUSTBROUSING 9 лет назад

    Thank you so much for the video but at about 4:30 when your phone rang just killed me XD....

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

    useful for me

  • @beausefdidly8092
    @beausefdidly8092 6 лет назад

    For some reason it says illegal start of expression when I try to compile it, but I have the same thing as you

    • @MercifiesProductions
      @MercifiesProductions 6 лет назад

      Post the full code and error

    • @beausefdidly8092
      @beausefdidly8092 6 лет назад

      MercifiesProductions I figured it out, thanks, I am watching on a low quality monitor so I couldn’t see the symbols inside the quotation marks. I thought you were using * lol

  • @vishnupandey7570
    @vishnupandey7570 5 лет назад +4

    What is public static void main??
    ?

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

      The main method or also known as Function in other programming languages like C and C++... The Boss, so to say...

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

      its a keyword.
      Key words are the reserved words of java program with some special meaning and can be used for that purpose only. the keywords cannot be used as indentifiers that is, variable name, class name or method name. as java is a case sensitive language, keywords are must to be written in lowercase only. Even 'class' is also a keyword in java.

  • @ipheclekennedy
    @ipheclekennedy 8 лет назад +2

    wow this really is caps sensitive got error for writing system with a small s

    • @MercifiesProductions
      @MercifiesProductions 8 лет назад +1

      +Iphecle Kennedy Yeah it's a pain sometimes but you will get adjusted to it as you practice more

    • @ufotofu9
      @ufotofu9 6 лет назад

      Get used to tat in Java

  • @emanueldumitrescu7803
    @emanueldumitrescu7803 11 лет назад

    Im just starting for the first time and when I open bluej it asks me to select a suitable jdk but it says i do not have one even though I downloaded it. Hod do I make it work?

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

      if you have already installed jdk on your system then run it

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

      ruclips.net/video/uadGsNA6h5Q/видео.html
      you will get how to download jdk and run it
      it works only on windows 12 and its version is 12

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

    thanks.

  • @craighurpindurpin862
    @craighurpindurpin862 9 лет назад +1

    Hello, MercifiesProdcutions..
    I am a beginner programmer, and I hope your tutorials help me out a lot. However, I noticed you didn't know what some things were called. WhenYouTypeLikeThis it's called CamelHump typing, and theres "" are called quotation marks.

    • @MercifiesProductions
      @MercifiesProductions 9 лет назад

      Craig HurpinDurpin This video is from 2 years ago, so they get better in quality over time. I'm considering remaking the originals to up the content quality

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

      Its called CamelCase

  • @M7_95
    @M7_95 11 лет назад

    when i write system.out.println ? there is wrong with out .

    • @hariaditya2344
      @hariaditya2344 7 лет назад +3

      replace "s" with "S" in system for the first "s".

  • @nw999f
    @nw999f 11 лет назад

    when i write system.out.println ? there is wrong with out ..

    • @hariaditya2344
      @hariaditya2344 7 лет назад +3

      replace "s" with "S" in system for the first "s".

  • @csgfanforever932
    @csgfanforever932 9 лет назад

    subscribed

  • @HammoudAldalati
    @HammoudAldalati 6 лет назад +1

    What is 'args' for?

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

      it's for when you want to pass arguments to the main method, usually when running the program from a terminal, but you don't really have to worry about it too much for now.

  • @XTRGamer564
    @XTRGamer564 10 лет назад

    Can't I just do public static void main()
    {
    }
    Seems to work for all my programs

    • @MercifiesProductions
      @MercifiesProductions 10 лет назад

      As of right now it won't affect your program, but later on it may cause problems where the program believes it is an overrided constructor. It's good practice to put String[] args in there

    • @XTRGamer564
      @XTRGamer564 10 лет назад

      Sure thing. Thanks man.

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

    To fill in any gaps yall should download Sololearn. 🤷🏿‍♂️

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

    (in Linux) I tried, eclipse, I tried visual studio code ... 😵 that was not fun...

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

    My name is Chris TOO!!!

    • @flyind100
      @flyind100 6 лет назад

      Chris TG Rashid padhaya samajh nahi aya lagta

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

      @@flyind100 English translation: "Rashid did not understand studying"

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

    u know its 2013 when bro openly shows he cracked Avast xDD

  • @oscargracias8211
    @oscargracias8211 6 лет назад

    Hard to understand you since you don't explain each item you are typing. They are called double apostrophes or quotations. Please increase the font size. This would make it so much easier to see the code.

  • @playoffp2195
    @playoffp2195 6 лет назад +1

    Kijk vanaf 4:45

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

    8:23 mins) MAN THOSE R CALLED "ASTERISK"....This *

  • @robramsey2516
    @robramsey2516 8 лет назад

    are u from louisiana

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

    3:34 LMFAOOO

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

    it was very helpful full thanks
    ( we play fortnight)
    (we play Roblox too.)

  • @diamondjustinegeronimo298
    @diamondjustinegeronimo298 8 лет назад +2

    LOL Private static hahah

  • @arhamupadhye5157
    @arhamupadhye5157 8 лет назад +1

    from next time make sure that you explain it quickly.

  • @skunfiltered9672
    @skunfiltered9672 8 лет назад

    Do you study at the university of kent?

    • @MercifiesProductions
      @MercifiesProductions 8 лет назад +1

      no

    • @skunfiltered9672
      @skunfiltered9672 8 лет назад

      +MercifiesProductions Ohh i just saw the Uni of Kent and thought whats that doing there on blue j. I study there so I was curious. I went on Wikipedia and it so happens my lecturer in the uni of kent is the one who created it!

    • @MercifiesProductions
      @MercifiesProductions 8 лет назад +1

      Haha nice. Yeah, I started using bluej back in highschool for my comp sci classes. Now at college, and we still use bluej. Schools like it because there is no prompt when you are typing in code so it has to be done from memory, not from typing half the word then hitting enter twice

    • @skunfiltered9672
      @skunfiltered9672 8 лет назад

      +MercifiesProductions That's so cool. Small world. Thanks for these tutorials. helping me out so much. Much appreciated !

    • @MercifiesProductions
      @MercifiesProductions 8 лет назад

      +Sabiq Khan no problem man. Ask away if you have any more questions in future videos

  • @BaconB3astGaming
    @BaconB3astGaming 9 лет назад +12

    Hahahahahaha I spent about 30 minutes getting mad at myself when I realized I was typing printin instead of println. What the heck is wrong with me.

    • @Uncle_otium
      @Uncle_otium 7 лет назад +1

      making mistakes like this is the best way to learn. If you don't realize immediately that you are making a stupid mistake, you will begin to think what possibly gone wrong looking for the most complicated solution. in this process you learn a lot.

    • @superiorserperior6909
      @superiorserperior6909 7 лет назад +2

      your icon made me think there was a hair on my screen.

    • @rinzler4812
      @rinzler4812 6 лет назад

      LOL XD!!! superior!

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

    I mainly play Warlock.
    My gamertag on xbox series x is
    Ghost Reign
    Hit me up. Itll be eazier IM eachother

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

    keep your phone on vibration

  • @vyomeshjamwal4581
    @vyomeshjamwal4581 8 лет назад +2

    thanks I did't know that i could do java because i an just 9 yers old

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

      Now you should be 12 years old since that comment was from 3 years ago.

  • @Ablequerq
    @Ablequerq 8 лет назад +5

    Pajeet pls clean your desktop.

    • @yua7469
      @yua7469 8 лет назад +2

      Definitely cleaner than mine

  • @m-kst4216
    @m-kst4216 9 лет назад

    Can't believe u don't know what to call those.

  • @nell_beat4812
    @nell_beat4812 6 лет назад

    zoom it!😒

  • @robertgalvin8826
    @robertgalvin8826 6 лет назад

    L

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

    Where the fuck am i

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

    tony stark takes all of the infinty stones in endgame spioler waRINING

  • @rashidsiddqui
    @rashidsiddqui 7 лет назад

    Why the hell you stretching the lecture ..why dont you start directly

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

    This is what happens when you take weed before making a video

  • @mukhtarahmed-ij3bj
    @mukhtarahmed-ij3bj 11 лет назад

    اليدرس في السعودية الالكترونية لايك :)

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

    such a bad teacher he is
    yalk u are teacher and u don't know what they are called (" ")?