|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/learning-java-using-jshell/
课程评论:没有评论
**课程名称:使用 JShell 学习 Java** **课程概述:** 本课程专为零编程基础,希望从头开始学习编程语言的学生设计。课程不要求任何先前的编程技能。对于希望了解开发者日常工作内容的非程序员也同样具有吸引力。 课程涵盖了变量、变量赋值、变量运算符以及条件语句(如 if 语句和 while 循环)等基本概念。不包含面向对象编程的内容。 课程采用新颖的学习方法,利用 Java 9 及以上版本自带的 **JShell** (Java 交互式运行环境) 来学习 Java 编程基础。JShell 允许您在键入代码的同时立即执行,从而摆脱了初学者需要面对的“编写-编译-运行”的循环,实现快速上手。当然,对于面向对象编程等更复杂的开发任务,传统的 IDE(集成开发环境)学习是必需的,但本课程将这些内容排除在外,专注于利用 JShell 提供一个良好的起步。 **最低系统要求:** Java 9 或更高版本的 JDK。
This course is intended for all students who are new in programming and want to learn a programming language from the scratch. No prior programming skills are needed to participate within the course. It is also interesting for non-programmers who want to get the first insights in what developers actually do in their daily work.The course covers the basic concepts of variables, value assignments to variables, operators on variables and conditional statements like the if-statement or the while-loop. It does not cover object-oriented programming.The course utilizes a new approach to learn the basic concepts of programming utilizing the Java language by using the shell which is included since Java 9 within the Java installation package which is called JShell. So, the as minimum Java 9 is needed for practical examples within the course but any other higher version of the Java Developer Kit (JDK) which is downable for free is also suitable.The shell enables you to run small programs while you type. Each and every line of the program which is typed in is immediately executed. This release you from the burden to learn the write-compile-run loop at the beginning and gives you a quick start. Of course for more complex development task like object oriented programming this is needed and also the learning of an Integrated Development Environment (IDE) should be done. But these are more complex lectures which are excluded from the course by using the included shell JShell to give you a jump start.