Imate žicu za učenje?

Overview/Description To enable the learner to work with reference types and threads in Java Target Audience Programmers with an understanding of procedural programming concepts who want to learn Java and object-oriented programming; programmers proficient in another object-oriented programming language who want to move to Java; programmers experienced in the Java language who want to make the upgrade to Java SE 6. Prerequisites Knowledge of programming principles and experience in procedural programming or scripting languages, such as Visual Basic, C, or JavaScript; understanding of object-...
Overview/Description To enable the learner to implement inheritance and polymorphism in Java and to work with Java's static and final modifiers Target Audience Programmers with an understanding of procedural programming concepts who want to learn Java and object-oriented programming; programmers proficient in another object-oriented programming language who want to move to Java; programmers experienced in the Java language who want to make the upgrade to Java SE 6. Prerequisites Knowledge of programming principles and experience in procedural programming or scripting languages, such as Visual...
Overview/Description Java uses conditional and relational operators to evaluate a condition and, depending on the result, executes different blocks or branches of code. Java also offers the array data type, which is a container object that holds a group of values of a single type. In Java, loops are frequently used in programs to repeat blocks of statements until an expression is false. This course covers creating relational and conditional operators, creating if and if/else constructs, chaining an if/else statement, and using a switch statement. In addition, this course provides an overview...
Overview/Description During normal program execution in Java, the caller method calls the worker method, the worker method performs an action and the execution returns to the caller method. When an exception occurs, an exception is thrown and either a special Exception object is passed to a special method-like catch block in the current method or execution returns to the caller method. Classes are grouped into packages to ease the management of the system. To deploy a Java application, you put the necessary files into a JAR file. A major performance penalty is paid in two-tier client/server....
Overview/Description Java, an object-oriented programming language, is the most widely used development language in the world today. It allows programmers to create objects that can interact with other objects to solve a problem. This course describes key features of Java and object-oriented programming, Java technology and the development environment, working with IDEs, and the product life cycle. It covers using object-oriented analysis, identifying problem domains and objects, defining criteria for recognizing objects, attributes, and operations, and designing and modeling a class....
Overview/Description In Java programming, methods have several uses. They make programs more readable and easier to maintain and development and maintenance is quicker. Methods are central to reusable software, they allow separate objects to communicate, and they distribute the work performed by the program. Method overloading allows several methods in a class to have the same name but different arguments, so the method signature is different. In Java, you encapsulate by hiding object fields to make all fields private. Constructors are method-like structures in a class that have the same name...
Overview/Description In Java, you use variables for storing and retrieving data for your program. Arithmetic operators let you specify how the numerical values within variables should be evaluated or combined. This course covers the uses of variables and defining the syntax for a variable. It introduces Java programming language primitive data types, and declaring, initializing, and using variables and constants, as well as modifying variable values by using operators. it also demonstrates using promotion and type casting. In addition, this course explores declaring, instantiating, and...
Overview/Description Understanding File I/O, concurrency, how to work with data via JDBC, and localization, are crucial to getting the most out of your Java applications. This course covers using the Path class to operate on file and directory paths, using the Files class to check, delete, copy or move a file or directory, reading and changing file and directory attributes, recursively accessing a directory tree, finding a file by using the PathMatcher class, and watching a directory for changes by using WatchService. In addition, it examines operating system task scheduling, defining,...
Overview/Description Understanding interfaces and inheritance, collections, string processing, error handling, and I/O is vital to learning to program with Java SE 7. This course covers modeling business problems using interfaces, defining a Java interface, choosing between interface and class inheritance, extending an interface, and refactoring code to implement the DAO pattern. In addition, it explores creating a customer generic class, using the diamond operator to create an object, creating a Collection by using an old style syntax and generics, using enumerated types, as well as...
Overview/Description Java technology applications are written in the Java Programming Language and compiled to Java bytecode. This course introduces the Java platforms, how to obtain a JDK, and commercial support options for Java SE. It describes creating simple Java classes, using Java fields, constructors, and methods, modeling business problems using Java classes, using package and import statements, testing Java classes, and creating Java subclasses. In addition, it explores access levels, override methods, overloading constructors, using the instanceof operator to compare object types,...

Koraci do učenja

1Prijavi se

Prijavite se, a ako nemate korisničko ime, registrirajte se.

2Pronađi i upiši program

Pronađite edukacijske programe u Katalogu i Certifikaciji, ili koristite polje za pretragu.

3Uči

Upisani programi dostupni su u meniju Korisnik, Moji tečajevi.

»Detaljne upute

Trebate pomoć?