GithubHelp home page GithubHelp logo

080292's Introduction

<코딩 개념 잡는 자바 코딩 문제집>

명령 창에서 직접 컴파일과 실행을 한다면 다음과 같이 실습할 수 있다. 1장 첫 번째 예제를 예시로 설명한다. 이 예제는 Main.java와 Strings.java로 구성되어 있다.

cd C:\Chapter01\P01_CountDuplicateCharacters\src\modern\challenge

javac -d . Main.java Strings.java

실습 경로는 자신이 압축을 푼 경로에 맞게 수정해야 한다. javac 명령으로 파일을 모두 컴파일한다. 컴파일 결과로 Main.class와 Strings.class가 생성된다. 실행할 때는 패키지 이름을 함께 지정한다.

java modern.challenge.Main

전체 소스 코드 압축 파일

각 장의 예제를 실습하는 과정을 동영상으로 볼 수 있다.

원서에 사용된 그림의 컬러 버전을 받아볼 수 있다. 강의 자료에 활용할 수 있다.

원서 소스 코드

080292's People

Contributors

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