CodeGym
促销活动
CodeGym University
学习
课程
任务
调查和小测验
游戏
帮助
提醒时间表
社区
用户
论坛
聊天
文章
成功故事
活动
评论
订阅服务
浅色主题

课程

  • 评论
  • 关于我们
开始
开始学习
立即开始学习
  • 目标地图
  • 课程
全部目标 Java 语法 Java 核心 Java 多线程 Java 集合 JSP 和 Servlet Module 3. Java Professional Module 4. SQL & Hibernate Module 5. Spring
全部级别 级别 0 级别 1 级别 2 级别 3 级别 4 级别 5 级别 6 级别 7 级别 8 级别 9 级别 10 级别 11 级别 12 级别 13 级别 14 级别 15 级别 16 级别 17 级别 18 级别 19 级别 20 级别 21 级别 22 级别 23 级别 24 级别 25 级别 26 级别 27 级别 28
  • You've leveled up!

    Java 多线程
    第 2 级, 课程 0
    You've leveled up!
    可用
  • What are mutable/immutable objects, and what are they for?

    Java 多线程
    第 2 级, 课程 1
    Hi, Amigo! Hi, Bilaabo! Today Bilaabo will tell you about mutable andimmutable objects. Objects you can change after they are created are called mutable. Objects that cannot be changed after they are created are called immutable What determines whether I can change an object?
    可用
  • I list all of the classes associated with strings, and explain what they and all their methods do

    Java 多线程
    第 2 级, 课程 2
    "Hi, Amigo!" "But, Bilaabo, you've already said hello." "Really? Well, I still like starting each lesson with that phrase." "Today we're going to study the String class in depth." "But, I already know everything about it. I even know that the String class is immutable." "The String class has 46 methods. How many of them do you know?" "No more than ten. Actually, probably about 5 max." "Then listen up." "Java's creators noticed that most ..."
    可用
  • String's inner workings, and the substring method

    Java 多线程
    第 2 级, 课程 3
    "Hi, Amigo!" "Hi, Ellie." "I'm going to tell you about substrings. A substring is a part of a string. And the most common operation performed on strings (after combining several strings together) is obtaining a substring." How do I get part of a String? "The substring method returns part of a String. This method has two versions." "The first version returns the substring specified by starting and ending indices. But the character at the ending index ..."
    可用
  • Finding, retrieving, and deleting substrings

    Java 多线程
    第 2 级, 课程 4
    "Check out some other things you can do with substrings: How do I find a substring? The indexOf and lastIndexOf methods let you search for strings within strings. There are 4 versions of these methods: The indexOf method looks for a string in a specified String. The method can search for the string from the beginning of the specified String, or starting from some index (the second method). If the string is found, then the method returns ..."
    可用
  • Practice finding and retrieving substrings

    Java 多线程
    第 2 级, 课程 5
    "Hi, Amigo!" "You won't believe it. I just finished all the tasks for you!" "Sweet! Thanks, Diego." "But I'm not going to give them to you. So, you do them—it will make you smarter ..."
    可用
  • String.format

    Java 多线程
    第 2 级, 课程 6
    "I also want to tell you about the String.format method." "It's a static method of the String class, but it is very useful. Let me take a roundabout approach." "If you need to display several variables on one line of text, how would you do it?" "What text?" "This, for example ..."
    可用
  • Practice using String.format

    Java 多线程
    第 2 级, 课程 7
    "Hi, Amigo!" "No, Diego, that's enough! Do your own tasks!" "Amigo, buddy. No one is going to do your tasks for you. Do you want to get smarter?" "Yes." "When you're at the gym, you don't ask others to pump iron or do crunches for you, do you?" "No." "Then you should also do all this work by yourself. I've got some very interesting tasks for you this time ..."
    可用
  • StringBuilder and StringBuffer

    Java 多线程
    第 2 级, 课程 8
    "We just have to cover StringBuilder, and then I think we're done." "As you already know, StringBuilder is like the String class, except it is mutable." "And I also remember that the compiler generates code that uses StringBuilder when we simply add Strings together." "Yes, you are right. What a remarkable memory you have. Then again, every robot does. I always forget that." "Let's examine what you can do using the StringBuilder ..."
    可用
  • Practice using StringBuilder and StringBuffer

    Java 多线程
    第 2 级, 课程 9
    "Hi, Amigo!" "Hi, Diego. You know what, I've decided that everything you do is for my own good." "Thanks for the tasks. I'd be happy to do them ..."
    可用
  • Character encodings

    Java 多线程
    第 2 级, 课程 10
    "Hi, Amigo!" "Now it's time for another interesting topic: encodings." "Perhaps you've already heard somewhere that each character has a code (number). That's why the char type can represent both symbols and numbers." "For example, the code for the letter 'A' in the English alphabet is 65. 'B' is 66, 'C' is 67, and so on. There are unique codes for uppercase letters, lowercase letters, Cyrillic letters, Chinese characters ..."
    可用
  • Regular expressions (with examples)

    Java 多线程
    第 2 级, 课程 11
    "And now I'll tell you about regular expressions. This topic is both complex and simple at the same time. To thoroughly understand regular expressions, you may need to read two or three hefty books, but I can teach you how to use them right now." "As experienced programmers like to joke, if you have a problem and think you're going to solve it with regular expressions, now you have two problems." "Hmm." "I hope I didn't scare you ..."
    可用
  • 1
  • 2
了解
  • 注册
  • Java 课程
  • 任务帮助
  • 定价
  • 游戏项目
  • Java 语法
社区
  • 用户
  • 文章
  • 论坛
  • 聊天
  • 成功故事
  • 活动
公司
  • 关于我们
  • 联系方式
  • 评论
  • 新闻发布室
  • CodeGym 教育
  • 常见问题
  • 支持
CodeGym CodeGym 是一个从零开始学习 Java 语言编程的在线课程。本课程是初学者掌握 Java 语言的绝佳方式。它包含 1200 多个可即时验证的任务,以及基本范围内的 Java 基础理论。为了帮助你在教育上取得成功,我们实现了一组激励功能:小测验、编码项目以及有关高效学习和 Java 语言开发人员职业方面的内容。
关注我们
界面语言
程序员不是天生的 © 2023 CodeGym
MastercardVisa
程序员不是天生的 © 2023 CodeGym
This website uses cookies to provide you with personalized service. By using this website, you agree to our use of cookies. If you require more details, please read our Terms and Policy.