Code Monkey home page Code Monkey logo

java-fundamentals's Introduction

java-fundamentals

Class 1

To rum this project => cd basics then javac Main.java;

The files The Methods
main.java main, pluralize, flipNHeads, clock2nd, clock

I spent 2 hours in this lab

Class 2

The files The Methods
Library.java roll, roll2ndSolution, isCorrectOutput, containsDuplicates, containsDuplicates2ndSol,containsDuplicates3rdSol,calculatingAverages,minAvg
Library.Test testSomeLibraryMethod

I spent 4 hours in this lab

Class 3

The files The Methods
basiclibrary/Library.java analyzingWeatherData,tally
basiclibrary/Library.Test analyzingWeatherData
linter/Library.java analyzingWeatherData,tally
linter/Library.Test testAppHasAGreeting

I spent 4 hours in this lab

Class 6

Overview Of The Architecture

├── main ├── Inheritance |── Chain.java
├── Restaurant.java
├── Review.java ├── Restaurant.java
└── User.java

├── test ├── Inheritance |── RestaurantTest.java
└── ReviewTest.java

You can run the test by: ./gradlew test

Class 7

Overview Of The Architecture

├── main ├── Inheritance |── Chain.java
├── Restaurant.java
├── MoveReview.java
├── Shop.java
├── Place.java
├── Review.java ├── Restaurant.java
├── Move.java ├── Theater.java
└── User.java

├── test ├── Inheritance |── RestaurantTest.java ├── TheaterTest.java
├── ShopTest.java
├── UserTest.java
└── ReviewTest.java

You can run the test by: ./gradlew test

java-fundamentals's People

Contributors

areejobaid94 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.