What is git push? Pushing is important! When you make changes to your program or files that are on GitHub, they need to be pushed in order to be updated. Hence, you are uploading the local repository to the remote repository. What is happening here? Two ways of pushing Using the Desktop application Download the …
Author Archives: Jake Castle
Java: Access Modifiers
What is an Access modifier? Access modifiers are keywords used to specify the accessibility of a class (or type) and its members. These modifiers can be used from code inside or outside the current application. Private Default Protected Public Private: Data members and methods that are declared private are used on within that specific class it …
Jake Castle
He doesn’t really understand computer science very well and needs a lot of help trying to understand what goes on with code. His struggles start with the basics. Due to his poor basics, he could never grasp the essentials of another language that depend on the fundamentals. That’s why I will be posting articles about …