https://github.com/marcossic/pildorasinformaticas-course
This repository has the content of a basic Java programming course given by Pildoras informaticas
https://github.com/marcossic/pildorasinformaticas-course
course java
Last synced: 2 days ago
JSON representation
This repository has the content of a basic Java programming course given by Pildoras informaticas
- Host: GitHub
- URL: https://github.com/marcossic/pildorasinformaticas-course
- Owner: MarcossIC
- Created: 2023-12-23T04:58:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-23T05:23:32.000Z (over 2 years ago)
- Last Synced: 2025-10-19T13:44:24.973Z (9 months ago)
- Topics: course, java
- Language: Java
- Homepage:
- Size: 638 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Course of "Pildoras Informaticas"
## :rocket: Introduction
Repository that contains the course given by Pildoras informaticas, in which I learned a lot about Java, I upload it to show the content and make it clear where I learned some basic things about Java programming.
This course, unlike the "first course I took", I did it in 20220, and it is done in NetBeans and it is a course in which I help you finish understanding basic things that can sometimes be shocking for a beginner.
## What I took away from this course.
- Improve my understanding of loops.
- I learned about what a "For each" is.
- Understand how the journey of an Arrays and Matrices works.
- I learned what it is, a class, attribute, getters, setters, constructors in Java (OPO).
- I learned what method and constructor overload is.
- I learned what Inheritance and Polymorphism are in OOP.
- I learned how to use interfaces.
- I learned what Events are in Java Swing.
- I learned how to use components in Swing.
- I learned how to create desktop views with JFrame, JPanel and advanced Swing layout.
- I learned how to use Generic Programming in Java and what Serialization is.