Java for Beginners 3 - Basic Java keywords explained - Debriefing

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Hi Marcus, thanks a lot for your nice introduction of JAVA. I'm not the beginner as a programmer. However Object programming is still new unrevealed topic to me yet. Still a bit confused however I think you're doing great job for us as a beginners. I expect it gets much more clear to all of us. BTW nice place in Munich by the river I remember guys surfing in this little channel inside of Munich

RadimStoklasa
Автор

Hi I was wondering if the code used in these there lectures is availible for free on github ? Thanks

theCanadian
Автор

Hi Marcus. Thanks for your great videos.

baguzzaji
Автор

So, this is video # 1 made total sense, #2 confused the f.. out the f... is going on???? What would be nice is if you compared how the program works to a real life example. If we take soccer, you are now describing how to hit the ball, when I don't get the rules of the game. In other words, it would be nice if say you took "package" first and compared it to how it compares to a soccer game. What do packages consist of, what could be the problems with packages, how to use and not to use packages. Then do the same to Class, the everything else. I think every piece of info should be explained in detail. I will continue watching the videos, perhaps all is explained later on.

leomelnikov
Автор

Debriefing. For debriefing we’ll go back to our development environment and have a look what we learned so far. Now we’re back in our development environment and now let’s repeat what we learned so far. The first line of our program is the package declaration. It must be unique and it usually consists of your domain name in reverse Debriefingorder, so in my case and we end it with a semicolon. Actually it’s not mandatory, its optional but please I really recommend you to use a package name. Later on you will probably see why. You just need to have some practice but for now just believe me, treat this as if it was mandatory and always define a package name...

MarcusBiel
Автор

excellent Marcus, Thank you for contribution

alexdaniellopezhernandez
Автор

Does the lesson number actually represent to the order you're presenting these videos? Because I am not following how this relates back to #2 as all you did last time was a Test, I'm not sure what you're doing now because it seems like this is entirely new code and a separate class... Also, maybe I missed the explanation but I have absolutely no idea what the package name even means - what does the mean? Is that the location? If so, does that mean your location is hosted on the internet....? Not using an IDE so i was unsure what these are representing when you use your IDE's shortcuts

Jdozjsnwj
Автор

Thank you for this tutorial Marcus. I only have 1 question, why is it good to keep certain variables/classes private while others public?

darkroam
Автор

Why return the name object if we have it as private? It seems like it defeats the purpose of private.

activelivingchallenger