Online Declaring eLearning

Declaring Training Provider? - Tell us about your Training!
Declaring Training Seminars and Classes
From 123-CBT Computer Based Training
Oracle Database 11g PL SQL Variables Attributes and Executable Statements on-line e-learning cbt (computer based)cd rom Oracle Database 11g: PL/SQL Variables, Attributes, and Executable Statements Oracle To identify the steps for getting started with PL/SQL, recognizing the benefits of the available tools, creating basic statements, declaring variables, testing code, and adhering to scoping and nesting rules.  more...
Oracle Database 11g Using Data Types INDEX BY Tables and Cursors in PL SQL on-line e-learning cbt (computer based)cd rom Oracle Database 11g: Using Data Types, INDEX BY Tables, and Cursors in PL/SQL Oracle To recognize ways to create user-defined PL/SQL records and INDEX BY tables, and identify the steps for declaring and controlling explicit cursors and cursors with parameters.  more...
Oracle Database 11g Getting Started with PL SQL on-line e-learning cbt (computer based)cd rom Oracle Database 11g: Getting Started with PL/SQL Oracle To identify the steps for getting started with PL/SQL, recognizing the benefits of the available tools, creating basic statements, declaring variables, testing code, and adhering to scoping and nesting rules.  more...
Oracle Database 11g Using Data Types INDEX BY Tables Cursors on-line e-learning cbt (computer based)cd rom Oracle Database 11g: Using Data Types, INDEX BY Tables & Cursors Oracle To recognize ways to create user-defined PL/SQL records and INDEX BY tables, and identify the steps for declaring and controlling explicit cursors and cursors with parameters.  more...
From Online Training Directory
Java 2 - Language & Semantics on-line e-learning cbt (computer based) Students will learn basic Java programming fundamentals, operators and expressions as well as, control statements and arrays. In this unit, you will learn about the Java syntax and lexical issues. It covers identifying the range and declaring the constants, literals, and variables of the three main categories of primitive data types. You will learn to identify Java keywords and identifiers.  more...
Java 2 -- Classes & Inheritance on-line e-learning cbt (computer based) ...t of classes and objects, and discusses the procedure for declaring classes and creating objects. You will learn to declare instance variables, methods, and local variables by using permitted modifiers such as public, protected, private, and package. You will also learn to invoke overloaded constructors and chain constructors. You will learn features of the object-oriented programming (OOP)  more...
From 123-CBT Computer Based Training
Flash MX ActionScript on-line e-learning cbt (computer based) ...Variable Data Types Variable and Array Naming Conventions Declaring a Variable Creating an Array Working with Arrays pt. 1 Working with Arrays pt. 2 Getting Data From an Array Modifying An Object With ActionScript Creating a Movie Clip Creating Movie Clip Instances Using the Set Property Action Changing an Object's Properties pt. 1 Changing an Object's Properties pt. 2 Getting an Object's  more...
Oracle Database 10g PL SQL Fundamentals Part 1 on-line e-learning cbt (computer based)cd rom ... features of PL/SQL variables. Identify guidelines for declaring PL/SQL variables. Identify features of various PL/SQL data types. Identify the syntax for declaring PL/SQL variables using the %TYPE attribute. Identify features of bind variables. Identify features of substitution variables. Identify the syntax of the %ROWTYPE attribute. Identify the syntax for creating a  more...
C Programming - Part 1 on-line e-learning cbt (computer based)cd rom ...zing static data members in C++. Identify the syntax for declaring member functions in a class. Identify the code for defining static member functions in C++. Identify how a class member should be declared in a program in a given situation. Identify the syntax for a nested class definition. Identify the syntax for a member function definition that uses scope resolution operators. Identify  more...
C Programming - Part 3 on-line e-learning cbt (computer based)cd rom ...ich function templates are used. Identify the syntax for declaring a function template. Identify the overloaded function template that will be executed in a specified situation. Identify the function template that will be executed when multiple data types are passed as parameters. Identify the situations in which class templates are used. Identify the code to implement a class template in  more...
SQL and PL SQL PL SQL Basics on-line e-learning cbt (computer based)cd rom ...nctions of PL/SQL variables. Identify the guidelines for declaring PL/SQL variables. Match the PL/SQL datatypes with their descriptions. Match the scalar datatypes with their descriptions. Declare a scalar variable. Declare a scalar variable with the %TYPE attribute. Write the code to assign a value a to a variable by using the assignment operator. Use operators with the PL/SQL  more...
Enterprise Connectivity with J2EE V1 4 EJB Entity Beans on-line e-learning cbt (computer based)cd rom ...terprise JavaBeans) Client view. Identify the code for declaring and using an EJB reference for accessing an EJB. Identify features of the ejb-client JAR file. Identify the type of bean and the reason why it should be used to create a specified component in a scenario. Distinguish between Container-Managed Persistence (CMP) and Bean Managed Persistence (BMP) entity beans.  more...
Enterprise Connectivity with J2EE V1 4 EJB Entity Beans on-line e-learning cbt (computer based)cd rom ...terprise JavaBeans) Client view. Identify the code for declaring and using an EJB reference for accessing an EJB. Identify features of the ejb-client JAR file. Identify the type of bean and the reason why it should be used to create a specified component in a scenario. Distinguish between Container-Managed Persistence (CMP) and Bean Managed Persistence (BMP) entity beans.  more...
XML Building XML-Based Web Applications Part 2 on-line e-learning cbt (computer based)cd rom ...ents used in XML documents. • Identify features of declaring attributes in a DTD. • Identify features of entities. • Identify features of internal entities. • Match categories of external entities with their features. • Identify features of conditional sections of a DTD. • Identify origins and features of XML Schemas. • Identify features of the  more...
XML Building XML-Based Web Applications Part 2 on-line e-learning cbt (computer based)cd rom ...ents used in XML documents. • Identify features of declaring attributes in a DTD. • Identify features of entities. • Identify features of internal entities. • Match categories of external entities with their features. • Identify features of conditional sections of a DTD. • Identify origins and features of XML Schemas. • Identify features of the  more...
Visual Basic NET-Web Based Development Part 1 on-line e-learning cbt (computer based)cd rom ...C# to Visual Basic .NET (VB.NET). o Identify syntax for declaring variables in Visual Basic .NET (VB.NET). o Identify syntax for using variables in Visual Basic .NET (VB.NET). o Identify the syntax of functions. o Identify features of compiler Option Strict and Option Explicit settings. o Identify features of classes. o Create a class. o Sequence the steps to use a COM, COM+, or  more...
IIS 4 0 Creating Configuring a Web Server - Part 4 on-line e-learning cbt (computer based)cd rom ...a content query on Index Server. Identify the syntax for declaring parameters in the .idq file. Given an output, identify the correct syntax in the query.htx file. Identify the management tasks provided by the Index Server manager to administer Index Server. Match the erroneous situation with the error detection and recovery performed by Index Server. Perform the steps to check the index  more...
C Programming for the Microsoft NET Platform Part 4 on-line e-learning cbt (computer based)cd rom ...y using the new keyword. • Identify the syntax for declaring an interface. • Identify characteristics of declaring an abstract class. • Identify the syntax for implementing an abstract class in a class hierarchy. • Identify characteristics of implementing an abstract method. • Identify considerations for implementing multiple interfaces. • Identify  more...
C Programming for the Microsoft NET Platform Part 4 on-line e-learning cbt (computer based)cd rom ...y using the new keyword. • Identify the syntax for declaring an interface. • Identify characteristics of declaring an abstract class. • Identify the syntax for implementing an abstract class in a class hierarchy. • Identify characteristics of implementing an abstract method. • Identify considerations for implementing multiple interfaces. • Identify  more...
From Serebra Learning Corporation
Visual Basic 6 0 Using the Win 32 API Part I on-line e-learning cbt (computer based) ...se will show you how to gain access to the Windows API by declaring the external procedures within your Visual Basic application. After you declare a procedure, you can use it like any other language feature in the product. This course is written to Visual Basic 6.0. Related Exam: Microsoft Exam #070-175: Designing and Implementing Distributed Applications with Visual Basic 6.0. This course is  more...
ANSI C Programming Processing Records on-line e-learning cbt (computer based) To describe how to write ANSI C programs for processing aggregate data objects individually, in arrays, and in lists Programmers and software developers new to ANSI C  more...
C# Programming for MS .NET - Part 4: Inheritance and Aggregation on-line e-learning cbt (computer based)study at homeweb-based,online cbt,cd This is the fourth course in a five part series that covers inheritance and aggregation within the Microsoft C# programming language. Users will learn how to use inheritance in C# to derive classes and to define virtual methods. This course will also teach how to make code accessible at the component or assembly level.  more...
Want to Sell More Declaring training?
Custom Search
tcw11--06/02/12-00:09:52-(2142)[A]-[B]-[B]