|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/java-for-everyone-zero-to-hero/
课程评论:没有评论
Coursera 课程 "Java for Everyone - Zero to Hero" 是一门面向零基础学习者的Java入门课程,旨在帮助学员开启Java开发、自动化测试、Android开发等职业生涯。 课程涵盖以下核心主题: * **Java基础:** 讲解Java的基础计算知识、Eclipse IDE的配置、Java项目的创建与运行,以及Java程序的编写与结果查看。 * **Java编程入门:** 深入介绍Java编程的基本概念,包括数据类型(基本数据类型与包装类)、变量声明。 * **控制流程:** 详细讲解条件语句(if, if-else, if-else if, switch case)和循环语句(while, do-while, for, for-each),并提供大量实例。 * **数组:** 学习数组的声明、赋值、读取(一维及二维数组)。 * **面向对象编程 (OOPS):** 以创新的“PIE”概念讲解,深入阐述静态(Static、Static Block)、实例(Instance、Init Block)、构造函数(Constructor、Chaining)、抽象(Abstraction)、多态(Polymorphism)、继承(Inheritance)、封装(Encapsulation)等核心概念。 * **包 (Package):** 了解包的定义、创建以及如何在不同类之间导入包。 * **集合框架 (Collection):** 学习ArrayList、LinkedList、HashSet、TreeSet、LinkedHashSet、HashMap、LinkedHashMap、TreeMap等常用集合类。 * **异常处理:** 讲解编译时异常、运行时异常以及如何创建自定义异常。 * **Java设计模式:** 介绍设计模式的概念,以及Singleton、Factory、Abstract Factory等常见设计模式。 * **Eclipse调试技巧:** 教授如何在Eclipse中使用断点(Breakpoints)、单步执行(Step Over/Into)、查看变量值等方法进行代码调试,并分享Eclipse的高效使用技巧。 本课程以真实世界的案例驱动,强调实践,旨在让学员在学习过程中获得动力,并能独立编写Java代码。讲师拥有丰富的教学经验,已成功培训超过5000名学员。
This course is for anyone who wants to make career in Java Development, Automation Testing, Android Development.In this course, we will focus on below topics in detail considering that you are non java developer. This course will give you lot of motivation as we have tried to put lot of examples of real word.Very unique way to explain Object Oriented Programming like A PIE concept.Basic JavaBasic computingWhy Java?Configuring Eclipse IDE for JavaHow to create new java project?How to create a new java class?Running java classViewing the results of java programLearning JavaIntroduction to Java programmingData Types in Java Primitive Data typesWrapper ClassesDeclaring VariablesWriting java program and runningConditional StatementsIf conditionIf else conditionIf else if condition (nested if)Switch case statementExamples for all the above conditionsLoop StatementsWhile loopDo whileFor loopFor each loopExamples for all the above loopsArrayHow to declare arrayHow to store values in array?Reading values in array (1 D & 2 D)OOPSStatic, Static blockInstance, Init blockConstructor, chainingAbstractionPolymorphismInheritanceEncapsulationPackageWhat is package?How to create a package?How to import package into a different class?CollectionArrayListLinkedListHashSetTreeSetLinkedHashSetHashMapLinkedHashMapTreeMapException HandlingCompileTime exceptionRunTime exceptionCustom ExceptionJava Design PatternsDesign Pattern ConceptsSingletonFactory, Abstract FactoryDebug Scripts in EclipseUnderstanding DebugUsing BreakpointsVerify the values during debugUsing step over, step intoTips for using Eclipse efficientlySo, don't think much and get started. I have trained more that 5000 students/IT professionals and now they all can write code in java.