Java Fundamentals for Beginners

所在平台: Udemy

课程主页: https://www.udemy.com/course/java-complete-course-for-beginners/

课程评论:没有评论

第一个写评论        关注课程

课程简介

Coursera 上的 Java 入门完整课程(Java Fundamentals for Beginners)是一门面向初学者的 Java 编程入门课程。本课程以易于理解的方式讲解 Java 语言,并通过大量实际案例来阐述每一个概念,旨在培养学员编写计算机软件的逻辑思维能力。 **课程内容涵盖:** * **Java 介绍:** 对 Java 语言进行初步介绍。 * **环境搭建:** * Windows 系统下 Java 17 和 IntelliJ IDEA 的下载与安装。 * Mac OS 系统下 Java 17 和 IntelliJ IDEA 的下载与安装。 * **Java 起步:** * 创建 Java 项目。 * 编写第一个 Java 程序("Hello World")。 * Java 程序组成部分、命名规范、注释和转义字符。 * **变量与数据类型:** * 变量介绍。 * 各种基本数据类型(`char`, `String`, `int`, `long`, `float`, `double`)的讲解。 * **基本运算:** * 算术运算符(加、减、乘、除)。 * 运算符和操作数的定义。 * 模运算符。 * 自增(前/后)和自减(前/后)运算符。 * 字符串拼接。 * **用户输入:** * 读取用户输入的字符串。 * 读取用户输入的整数。 * **条件语句:** * 比较运算符(小于、小于等于、大于、大于等于、等于、不等于)。 * 嵌套 if 语句。 * **逻辑运算符:** * 与(`&&`)运算符。 * 或(`||`)运算符。 * **循环语句:** * `for` 循环。 * `while` 循环。 * `do-while` 循环。 * **数据集合:** * 数组。 课程强调学习的动力和兴趣是关键,并预告了后续将推出 Java 面向对象编程(OOP)的概念讲解。

课程评论(0条)

课程详情

Hello, welcome to the java complete course for beginners. If you are also interested in learning computer programming, this java programming course is a good start.In this course, the computer language java is discussed in English. in a way that is easy for everyone to understand from the beginning. In addition, we use practical examples to explain every concept. It develops your logical ability to write computer software. All you need is the desire and interest to learn.This is the first release of this course. Java OOP concept lectures are coming soon….as a first release, we discuss,1. IntroductionIntroduction to java2. Setup EnvironmentHow to download & install Java 17 - windows operating systemHow to download IntelliJ & install IntelliJ IDEA - window operating systemHow to download & install Java 17 - Mac OSHow to download IntelliJ & install IntelliJ IDEA - Mac OS3. First Step to JavaHow to Create Java ProjectHow to write first Java program ( The Hello World program )Parts of Java ProgramNaming ConventionCommentsEscape Sequences4. Variables, Data TypesIntroduction to variableChar data typeString data typeInteger data typeLong data typeFloat data typeDouble data type5. Basic OperationsAddition, Subtraction, multiplication, divisionDefine operator and operandsModulus OperatorPre-incrementPre-decrementPost-incrementPost-decrementString concatenation6. Read User InputsRead String user InputsRead Integer user Inputs7. ConditionsLess thanLess than or equalGreater thanGreater than or equalEqual toNot equalNested if8. Conditional OperatorAnd operatorOR Operator9. LoopsFor LoopWhile LoopDo while Loop9. Data CollectionsArrayGood Luck!!!

课程标签

0人关注该课程

主题相关的课程