Skip to content

Repository of solved challenges from the Tecnolochicas Programming with Java + BEDU program

Notifications You must be signed in to change notification settings

LfenC/Bedu-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bedu-Java

Repository of solved challenges from the Tecnolochicas Programming with Java + BEDU program

Created by: Lizeth Consuelo Bañuelos Ruelas

kitten

Hello, I'm Liz! 👋

This is my challenge repository. Inside each folder are the challenges corresponding to each session.

🛠 Skills

  • Java
  • OOP (Object-Oriented Programming)
  • SOLID Principles
  • Refactoring
  • Java NIO.2 API

📂 Topics

  • Session 1: Introduction to Object-Oriented Programming in Java.

  • Session 2: Data types and control statements.

  • Session 3: Classes and objects: create applications that allow data input.

  • Session 4: Elements of a class: implement data validation.

  • Session 5: Class design (inheritance and polymorphism): reuse existing code through inheritance and polymorphism.

  • Session 6: Class design (polymorphism): integrate polymorphism concepts into applications that use inheritance.

  • Session 7: Collections: use various data structures according to the type of application to develop.

  • Session 8: File handling: save information persistently in a file.

Execution

  1. Clone the project
  • Open a terminal
  • Use the following command to clone the repository
  git clone https://github.com/LfenC/Bedu-Java.git
  1. Go to the folder of the session you want to try
  cd Bedu-Java/Session-[ChallengeNumber]/challenge[ChallengeNumber]

  Example: cd Bedu-Java/Session-1/challenge1
  1. Run the following command, which compiles all the .java files
  javac *.java
  1. Run the class containing the main method
  java [ClassName]

  Example: java Principal

Note:

  • Each challenge contains its own Main class with different names, so make sure to change the name when running the class.
  • You can also run it in your preferred IDE like IntelliJ IDEA or NetBeans.

Suggestions and feedback are welcome!

kittenGoodbye

About

Repository of solved challenges from the Tecnolochicas Programming with Java + BEDU program

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages