Code Monkey home page Code Monkey logo

java_runoob's Introduction

Java_runoob

Beginner tutorial of Java

一个简单的Java程序例子 employee简单项目

菜鸟教程 Java基础篇 部分代码

  • 环境配置、基础语法、对象和类、基本数据类型、变量类型
  • 修饰符、运算符、循环语句、条件语句、switch case
  • NUmber类、Math类、Character类、String类、StringBuffer
  • 数组、日期时间、正则表达式、方法
  • Stream、File、IO、Scanner类、异常处理

菜鸟教程 Java面向对象 部分代码

  • 继承;重写、重载;多态;抽象类;封装;接口;package

菜鸟教程 Java高级教程 1 数据结构 部分代码

  • 枚举(Enumeration)、位集合(BitSet)、向量(Vector)、栈(Stack)
  • 字典(Dictionary)、哈希表(Hashtable)、属性(Properties)

菜鸟教程 Java高级教程 2 集合框架 部分代码

  • Java集合框架有两种类型的容器:Collection、Map
  • 接口: Collection、List、Set、Map
  • 实现类:ArrayList、LinkedList、HashSet、HashMap

菜鸟教程 Java高级教程 3 泛型 部分代码

  • 泛型方法、泛型类、类型通配符

菜鸟教程 Java高级教程 4 序列化 部分代码

  • 序列化对象(持久化、写入磁盘),transient关键字
  • 反序列化

菜鸟教程 Java高级教程 5 网络编程 部分代码

  • Socket编:ServerSocket类、Socket类、URL处理

菜鸟教程 Java高级教程 6 多线程编程 部分代码

  • 多线程5种状态:新建、就绪、运行、阻塞、死亡
  • 创建线程的3种方法:实现Runnable接口、继承Thread类、通过Callable和Future创建

java_runoob's People

Contributors

malele4th avatar

Stargazers

mathslimin avatar

Watchers

James Cloos 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.