Java

Sort options

Java Programming Fundamentals (edX)

Your career as a program developer starts here. Gain entry-level programing skills in Java language, and prepare yourself to handle any task that is required in any programming job. Java is one of the most in-demand programming languages today. This course is designed to provide students the basic skills [...]

Building Scalable Java Microservices with Spring Boot and Spring Cloud (Coursera)

Apr 2nd 2024
Building Scalable Java Microservices with Spring Boot and Spring Cloud (Coursera)
Course Auditing
Categories
Effort
Languages
"Microservices" describes a software design pattern in which an application is a collection of loosely coupled services. These services are fine-grained, and can be individually maintained and scaled. The microservices architecture is ideal for the public cloud, with its focus on elastic scaling with on-demand resources. In this course, [...]

Object-Oriented Programming with Java (Coursera)

Apr 1st 2024
Object-Oriented Programming with Java (Coursera)
Course Auditing
Categories
Effort
Languages
If you have basic knowledge of Java and want to delve into the world of object-oriented programming, this course is for you. In four weeks, you will start with the fundamental concepts of object orientation to advance towards more advanced concepts. You will immerse yourself in the world of [...]

Functional Programming with Java and Threads (Coursera)

This course provides an in-depth journey through modern Java object-oriented and function programming concepts and features, and explores how to apply these concepts and features to implement efficient and scalable concurrent programs using very modern Java features like virtual threads.

Advanced Java (Coursera)

Apr 1st 2024
Advanced Java (Coursera)
Course Auditing
Categories
Effort
Languages
Elevate your Java skills with our Advanced Java Web Development course and explore the dynamic world of microservice architecture. In this course, you'll delve into the intricacies of building robust microservices using Spring Boot and Spring Cloud.

Core Java (Coursera)

Apr 1st 2024
Core Java (Coursera)
Course Auditing
Categories
Effort
Languages
Code and run your first Java program in minutes without installing anything! This course is designed for learners with limited coding experience, building on a solid foundation of Java, learners will dive into key Java classes, interfaces, and frameworks. The modules in this course cover developer best practices, data [...]

Introduction to Java Enterprise Edition (EE) (Coursera)

Apr 1st 2024
Introduction to Java Enterprise Edition (EE) (Coursera)
Course Auditing
Categories
Effort
Languages
This course focuses on JEE as a platform. We discuss the motivation and purpose, as well as some of the frequently used libraries and technologies, in the Java Enterprise Edition. We take a look at Web basics, our building blocks for understanding how the internet works. Then, [...]

Enterprise Java Beans (EJBs) and the Jakarta Persistence API (JPA) (Coursera)

Apr 1st 2024
Enterprise Java Beans (EJBs) and the Jakarta Persistence API (JPA) (Coursera)
Course Auditing
Categories
Effort
Languages
The EJB architecture was the first component-based development model for Java EE specification. It consists of three main components; enterprise beans (EJBs), the EJB container, and the Java application server. In this course students will develop EJBs to run it run inside an EJB container, that is running on [...]

Managing Scope in a Java Enterprise Edition Application (Coursera)

Apr 1st 2024
Managing Scope in a Java Enterprise Edition Application (Coursera)
Course Auditing
Categories
Effort
Languages
We’ll learn the purpose and some of the features of sessions. We’ll review basic servlet construction, examine servlet lifecycle, and take a look at how servlets maintain state. We’re going to dive a little deeper into session management, including request scope, application scope, and cookies.

Java Servlet Pages (JSPs) (Coursera)

Apr 1st 2024
Java Servlet Pages (JSPs) (Coursera)
Course Auditing
Categories
Effort
Languages
This course will provide an overview of JSP and show the power of using Scripting Elements. Additionally, key JSP Directives are covered. We’ll do an overview of JSP Tags and introduce how to create and access Java Beans to manipulate their properties. We explore JSP Expression Language, examining [...]