An open API service indexing awesome lists of open source software.

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

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.