Java for Beginners 4 - packages, import statements, instance members, default constructor

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

I apricate and respect what you're doing. To be honest it was a bit hard for a beginner, I have some C++ experience but I feel sorry for those people who doesnt have any idea whats going on :) Great job tho! I'll try to give some feedback when I go through more videos. Thank you for the effort!

charlietuna
Автор

I dont understand where the class Name came from. It appears in tutorial 3 but we aren't shown how to make it or where. It seems like it is called because it is contained in a separate project? If it were in the same project though we wouldn't need to call it correct? I can't figure out how to call the class from a different project on my computer though because my files are located in a different path than your are in the tutorial so I don't know the proper way to navigate this in java.

kaibarrera
Автор

I think class 'name' Is missing so that Is causing a lot of confusion.

adriansalabanzi
Автор

If we didn't provide an empty default contructor, Java will create one for us isn't it?

baguzzaji