Displaying results 1 - 20 of 10,000 results for "edX introduction to programming with java part 2 writing good code"

Introduction to Object-Oriented Programming with Java

Core Java

Cost $49 · . Course Length: 20 hours estimated

Introduction to OO Programming with Java is course 2 of the Core Java Specialization. After completing this course, you'll be able to create simple Java classes that exhibit the principle of Encapsulation, to import other classes for use, to work with Strings,...

Offered through Coursera | and created by LearnQuest | Taught by Evan Bergman, Noel J. Bergman


Introduction to Java Programming: Writing Good Code

Introduction to Java Programming

Cost $149 · . Course Length: 35 hours estimated

This is an introductory course to learn programming with Java designed to teach how to code good programs in Java, understanding “good” as both correct and efficient. Basic principles of software engineering will be introduced to make it easier for our future self...

Offered through edX | and created by Universidad Carlos III de Madrid, UC3Mx | Taught by Carlos Delgado Kloos, Carlos Alario-Hoyos Ph.D., Iria Estévez-Ayres and others


droidcon NYC '19: Tall Legacy App with 10 Pumps Kotlin

droidcon NYC 2019

Cost $35 · . Course Length: 0 hours estimated

In this talk, Nicole Borrelli looks at the best practices for writing Kotlin code that work seamlessly from Java. After the talk, you'll feel confident writing Kotlin code anywhere, knowing it will feel just as natural using that code with the Java programming...

Offered through Pluralsight | Taught by droidcon NYC


Computer Science: Programming with a Purpose

Rated 4.7★ stars based on | 35 ratings · . Cost $49 · . Course Length: 99 hours estimated

The basis for education in the last millennium was “reading, writing, and arithmetic;” now it is reading, writing, and computing. Learning to program is an essential part of the education of every student, not just in the sciences and engineering, but in the arts,...

Offered through Coursera | and created by Princeton University | Taught by Robert Sedgewick, Kevin Wayne


Java Class Library

Core Java

Cost $49 · . Course Length: 28 hours estimated

Java Class Library is the fourth and final course in the Core Java Specialization. The Core Java Specialization is part of a series of programming specializations, derived from LearnQuest's private Java Bootcamps, designed to provide the skill set necessary to be...

Offered through Coursera | and created by LearnQuest | Taught by Evan Bergman, Noel J. Bergman


Java Programming: Solving Problems with Software

Java Programming and Software Engineering Fundamentals

Rated 4.4★ stars based on | 638 ratings · . Cost $79 · . Course Length: 26 hours estimated

Learn to code in Java and improve your programming and problem-solving skills. You will learn to design algorithms as well as develop and debug programs. Using custom open-source classes, you will write programs that access and transform images, websites, and...

Offered through Coursera | and created by Duke University | Taught by Owen Astrachan, Robert Duvall, Andrew D. Hilton and others



Parallel and Concurrent Programming with Java 1

Cost $29 · . Course Length: 2 hours estimated

Parallel programming unlocks a program’s ability to execute multiple instructions simultaneously. It increases the overall processing throughput and is key to writing faster and more efficient applications. This training course introduces the basics of parallel...

Offered through LinkedIn Learning | Taught by Olivia Chiu Stone, Barron Stone


Java Programming Essentials: AP Computer Science A

Rated 4.1★ stars based on | 46 ratings · . Cost $14 · . Course Length: 21 hours estimated

[CS 101A][Please watch all preview videos before signing up this course]This course covers the first of AP Computer Science which includes complete introduction for Java programming. The course is suitable for people who are seeking for a on-line class for...

Offered through Udemy | Taught by Eric Chou


Introduction to Programming with Python and Java

A Specialization from Coursera

. Contains 4 courses · . Course Total length: 90 hours estimated

This Specialization starts out by teaching basic concepts in Python and ramps up to more complex subjects such as object-oriented programming and data structures in Java. By the time learners complete this series of four courses, they will be able to write...

Offered through Coursera | and created by University of Pennsylvania | Taught by Brandon Krakowsky


Applying Functional Programming Techniques in Java

Cost $35 · . Course Length: 2 hours estimated

At the core of writing more robust and maintainable code is a thorough knowledge of functional programming. In Applying Functional Programming Techniques in Java, you'll learn how to program in a functional style with Java beyond the use of lambdas and streams....

Offered through Pluralsight | Taught by Esteban Herrera


Programming in F#

. Course Length: 0 hours estimated

Learn the basics of F# syntax in this programming course from the experts at Microsoft, and begin your journey into the world of functional and modular programming. Why learn F#? F# is about getting things done. The language has been attractive to groups...

Offered through edX | and created by Microsoft | Taught by Dave Russell


Practical Test-Driven Development for Java Programmers

Cost $29 · . Course Length: 3 hours estimated

Learn how to use tests to drive the writing of your code, a key component of agile programming. More than just theory, this course covers a range of practical topics that can help Java developers get up and running with test-driven development (TDD). Instructor...

Offered through LinkedIn Learning | Taught by Matt Greencroft


Object-Oriented Hierarchies in Java

Core Java

Cost $49 · . Course Length: 30 hours estimated

Object-Oriented Hierarchies in Java is the third of a series of courses in the Core Java Specialization. The Core Java Specialization is part of a series of programming specializations, derived from LearnQuest's private Java Bootcamps, designed to provide the...

Offered through Coursera | and created by LearnQuest | Taught by Evan Bergman, Noel J. Bergman


Java Object-Oriented Programming: AP Computer Science B

Rated 4.3★ stars based on | 11 ratings · . Cost $12 · . Course Length: 52 hours estimated

[CS 101B][Please watch all preview videos before signing up this course][This is the 2nd semester of College Level Java Course. Please make sure that you have done 1st semester College Level Java equivalent course before signing up this course. You may signed up...

Offered through Udemy | Taught by Eric Chou


Java Interfaces and Abstraction

Cost $29 · . Course Length: 1 hours estimated

At the core of writing better Java code is a thorough knowledge using interfaces and abstraction. In this course, Java Interfaces and Abstraction, you'll learn how to improve the maintainability and extensibility of Java code over time. First, you'll delve into...

Offered through Pluralsight | Taught by Richard Warburton


Kotlin for Java Developers

Rated 4.5★ stars based on | 189 ratings · . Cost $49 · . Course Length: 24 hours estimated

The Kotlin programming language is a modern language that gives you more power for your everyday tasks. Kotlin is concise, safe, pragmatic, and focused on interoperability with Java code. It can be used almost everywhere Java is used today: for server-side...

Offered through Coursera | and created by JetBrains | Taught by Svetlana Isakova, Andrey Breslav


Java Essential Training for Students

Become a Java Programmer

Cost $29 · . Course Length: 3 hours estimated

Taking a college-level programming course? Maximize your learning with these Java tutorials. Peggy Fisher explores command-level programming, basic techniques such as managing loops and creating methods, debugging Java code, working with classes and objects, and...

Offered through LinkedIn Learning | Taught by Peggy Fisher


Learning Java Threads

Cost $29 · . Course Length: 1 hours estimated

Threads are independent paths of code execution that run concurrently in a Java program. Your app can use threads to multitask: perform time-intensive tasks and run them in the background. This allows the application to remain responsive to users. While...

Offered through LinkedIn Learning | Taught by Peggy Fisher


Computer Science Principles Lab: Java

Cost $29 · . Course Length: 2 hours estimated

A truly versatile language, Java is used for programming web, mobile, and desktop applications for a variety of platforms. This hands-on lab is designed to build on the concepts in theContents

Offered through LinkedIn Learning | Taught by Doug Winnie


Java Programming: Principles of Software Design

Java Programming and Software Engineering Fundamentals

Rated 4.4★ stars based on | 148 ratings · . Cost $79 · . Course Length: 26 hours estimated

Solve real world problems with Java using multiple classes. Learn how to create programming solutions that scale using Java interfaces. Recognize that software engineering is more than writing code - it also involves logical thinking and design. By the end of this...

Offered through Coursera | and created by Duke University | Taught by Robert Duvall, Owen Astrachan, Andrew D. Hilton and others

< Previous Page
Advanced Search Filters
Level: Any
Length: Any
Start: Anytime
Price: Any