Giter Site home page Giter Site logo

crashcourse's Introduction

A crash course in Java

This repository contains a series of Java programs that each focus on a particular topic. Each programs is designed to be read, as it goes through the relevant concepts and accompanies the explanations with code samples.

Order

Each module is relatively self-contained, but it is intended that you'll go through these in order:

  1. IO
  2. Exceptions
  3. Sockets
  4. Threads 1
  5. Threads 2
  6. Threads 3
  7. Atomics
  8. More Concurrency

Running

This repository is an IntelliJ project. One you clone it with git, you can open the project by going to File -> Open... and selecting the directory (probably called crashcourse).

To run each module, you can either click the green "play" icon that appears in the editor margin when you open the file, or you can select the module from the dropdown menu in the top-right of IntelliJ and click the green "play" icon there.

Exercises & Questions

Throughout the modules there are occasional questions and exercises. Often these can be answered through a little experimentation or by reading the Java documentation for a class/method. Don't forget IntelliJ can show the documentation by pressing Ctrl-Q (or Ctrl-J on a Mac, I believe).

crashcourse's People

Contributors

flukiluke 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.