dots bg

Software Developer

Course Instructor: TNBOCW

₹25000.00

dots bg

Course Overview

Schedule of Classes

Course Curriculum

41 Subjects

SKT_PG_Theory_C Programming

163 Learning Materials

Introduction to programming languages

Introduction to Programming Language

External Link

Types of Computer Languages

External Link

Evolution of Computer Languages - 1

External Link

Evolution of Computer Languages - 2

External Link

Programming Paradigms - 1

External Link

Programming Paradigms - 2

External Link

Programming Paradigms - 3

External Link

Programming Paradigms - 4

External Link

Programming Translators

External Link

Types of Scripts

External Link

Logic Building

Logics Building & Flowchart

External Link

Algorithm & Pseudocode

External Link

Introduction to C Programming Language

Before C programming

External Link

Comparing C With Earlier Programming Languages

External Link

History of C

External Link

Characteristics & Features of C

External Link

Reasons to use C Language

External Link

Structure of C Programs

External Link

Compilation & Execution of C Programs

External Link

Setting up C Environment

External Link

Elements of C

C Character Set

External Link

Escape Sequence & Delimiters

External Link

Keywords & Identifiers

External Link

Variables

External Link

Constants

External Link

Data types

External Link

Expressions Statements

External Link

Compound Statements

External Link

Comments

External Link

Input - Output in C

Reading Input & Writing Output Data

External Link

Character Input&Output

External Link

Operators

Introduction to Operators

External Link

Arithmetic Operators

External Link

Relational Operators

External Link

Logical Operators

External Link

Increment & Decrement Operators

External Link

Assignment Operators

External Link

Conditional Operators

External Link

Comma operator

External Link

Size of Operator

External Link

Bitwise Operator

External Link

Bitwise Shift Operator

External Link

Precedence & Associativity of Operators

External Link

Role of Parenthesis in Evaluating Expression

External Link

Order of Evaluation of Operands

External Link

Type Conversion

Type conversion

External Link

Conditional Statements

Conditional Statements

External Link

Loops

Iterative Statements

External Link

Nested & Infinite Loops

External Link

Loop Control Statements

External Link

Jump Statements

Goto Statements

External Link

Switch case

External Link

Functions

Introduction to Functions

External Link

Create own functions

External Link

Classification of functions

External Link

Scope of Variables in Functions

External Link

Recursion

Recursion

External Link

Sum of N numbers

External Link

Fibnocci series

External Link

Tower of Hanoi

External Link

Storage Classes

Storage Class Specifiers

External Link

Automatic

External Link

External

External Link

Static Storage Class

External Link

Register Storage Class

External Link

Arrays

Introduction to Arrays

External Link

Types of Arrays

External Link

Size of an Array

External Link

One Dimensional Arrays

External Link

Accessing The 1D Array

External Link

Passing array elements To a function

External Link

Two Dimensional Arrays

External Link

Traversing 2D Array

External Link

Three Dimensional Arrays

External Link

Pointers

How Variables are Stored in Memory Addresses

External Link

Pointer Variable

External Link

Pointer Arithmetic

External Link

Precedence Dereference with Increment and Decrement Operator

External Link

Pointer Comparison

External Link

Double Pointer

External Link

Pointers & 1D Array

External Link

Subscripting Pointer to an Array

External Link

Pointer to an Array (Array Pointer)

External Link

Pointer & 2D Array

External Link

Subscripting Pointer to 2D Array

External Link

Accessing Array elements Using Pointers

External Link

Pointers & Functions

External Link

Returning pointer from a function

External Link

Passing 1D Array to a Function

External Link

Passing 2D Array to a Function

External Link

Void Pointers

External Link

Null Pointers

External Link

Pointer to Functions

External Link

Drawbacks of Pointer

External Link

Dynamic Memory Allocation

Dynamic Memory Allocation

External Link

Strings

String Literals

External Link

Working with Strings

External Link

String Pointers

External Link

Array of Strings

External Link

Array of Pointers to Strings

External Link

String Length

External Link

Copying Strings

External Link

String Concatenation

External Link

String Comparison

External Link

strcasecmp() & strncasecmp()

External Link

strchr() & strnchr()

External Link

strstr() & strnstr()

External Link

strrev() & strlwr() & strupr()

External Link

Structures

Introduction to Structures

External Link

Accessing Member of a Structure

External Link

Assignment of Structure Variable To Another Structure Variable

External Link

Structure padding & packing

External Link

Arrays with in Structures

External Link

Array of structures

External Link

Nested structures

External Link

Pointer to Strutures

External Link

Pointers within Structures

External Link

Structures & Functions

External Link

Passing Pointers to Structures as Arguments

External Link

Returning a structure variable from function

External Link

Passing Array of Structures as Arguments

External Link

Self Referential Structures

External Link

Unions

Introduction to Union

External Link

Array of Union Variable

External Link

Union Inside Structures

External Link

Files

Text & Binary Files

External Link

Opening a File, Errors in Opening Files

External Link

Closing a File, End of File

External Link

Structure of File Program, Standard Stream

External Link

Character I/O

External Link

String I/O

External Link

Formatted I/O

External Link

Block read/Write

External Link

Random Access in File

External Link

Additional Topics

Command Line Arguments

External Link

Enumerators

External Link

typedef

External Link

volatile

External Link

lvalue & rvalue

External Link

C Preprocessor

preprocessor

External Link

macros

External Link

Generic Functions

External Link

#undef

External Link

Conditional Compilation

External Link

Predefined Macro Names

External Link

C Common Mistakes

Common Mistakes

External Link

math.h

Basic Math Functions

External Link

Trigonometric Functions

External Link

Arc Trigonometric Functions

External Link

Hyperbolic Trigonometric Functions

External Link

Arc Hyperbolic Trigonometric Functions

External Link

graphics.h

Introduction to Graphics

External Link

Convert Text Mode to Graphics Mode

External Link

Basic Color Functions

External Link

Graphic Shapes functions

External Link

Creating Concentric Circles

External Link

Creating bar Graph

External Link

Creating 3D Bar Graph

External Link

Creating Sine Wave

External Link

Creating tan Graph

External Link

Creating Pie Chart

External Link

Ball Bouncing Animation

External Link

Moving Car Animation

External Link

OLD_SKT_Lab L1_C Programming

23 Learning Materials

C Program to Perform Arithmetic Operations - Introduction

Introduction

External Link

C Program to Perform Arithmetic Operations - Code Implementation

Implementation

External Link

C Program to Perform Arithmetic Operations - Conclusion

Conclusion

External Link

C Program to Calculate Student Percentage - Introduction

Introduction

External Link

C Program to Calculate Student Percentage - Code Implementation

Implementation

External Link

C Program to Calculate Student Percentage - Conclusion

Conclusion

External Link

C Program to Calculate the Area of Triangle - Introduction

Introduction

External Link

C Program to Calculate the Area of Triangle - Code Implementation

Implementation

External Link

C Program to Calculate the Area of Triangle - Conclusion

Conclusion

External Link

C Program to Display Hundreds,Tens and Units of a Three Digit Number - Introduction

Introduction

External Link

C Program to Display Hundreds,Tens and Units of a Three Digit Number - Code Implementation

Implementation

External Link

C Program to Display Hundreds,Tens and Units of a Three Digit Number - Conclusion

Conclusion

External Link

C Program to Convert Number of Days into Years,Weeks and Days - Introduction

Introduction

External Link

C Program to Convert Number of Days into Years,Weeks and Days - Code Implementation

Implementation

External Link

C Program to Convert Number of Days into Years,Weeks and Days - Conclusion

Conclusion

External Link

C Program to Count Characters, Words, and Lines of the File - Introduction

Introduction

External Link

C Program to Count Characters, Words, and Lines of the File - Logic Explanation

Logic Explanation

External Link

C Program to Count Characters, Words, and Lines of the File - Code Implementation

Implementation

External Link

C Program to Count Characters, Words, and Lines of the File - Conclusion

Conclusion

External Link

C Program to Print a Book Information - Introduction

Introduction

External Link

C Program to Print a Book Information - Logic Explanation

Logic Explanation

External Link

C Program to Print a Book Information - Code Implementation

Implementation

External Link

C Program to Print a Book Information - Conclusion

Conclusion

External Link

OLD_SKT_Lab L2_C Programming

13 Learning Materials

C Program to Convert Polar to Rectangular Form and Vice Versa - Introduction

Introduction

External Link

C Program to Convert Polar to Rectangular Form and Vice Versa - Problem Statement

Problem Statement

External Link

C Program to Convert Polar to Rectangular Form and Vice Versa - Logic Explanation

Logic Explanation

External Link

C Program to Convert Polar to Rectangular Form and Vice Versa - Code Implementation

Implementation

External Link

C Program to Convert Polar to Rectangular Form and Vice Versa - Conclusion

Conclusion

External Link

C Program to Perform Arithmetic Operations on Polar Form - Introduction

Introduction

External Link

C Program to Perform Arithmetic Operations on Polar Form - Logic Explanation

Logic Explanation

External Link

C Program to Perform Arithmetic Operations on Polar Form - Code Implementation

Implementation

External Link

C Program to Perform Arithmetic Operations on Polar Form - Conclusion

Conclusion

External Link

C Program to Perform Arithmetic Operations on Rectangular Form - Introduction

Introduction

External Link

C Program to Perform Arithmetic Operations on Rectangular Form - Logic Explanation

Logic Explanation

External Link

C Program to Perform Arithmetic Operations on Rectangular Form - Code Implementation

Implementation

External Link

C Program to Perform Arithmetic Operations on Rectangular Form - Conclusion

Conclusion

External Link

OLD_SKT_C Engg Applications

32 Learning Materials

Engineering Mathematics : Basics of Matrices

Entering Matrix into 2 - Dimensional Array

External Link

Identity Matrix

External Link

Transpose of a Matrix Lecture - 1

External Link

Transpose of a Matrix Lecture - 2

External Link

Transpose of a Matrix Lecture - 3

External Link

Engineering Mathematics : Matrix Operations

Matrix Addition

External Link

Matrix Subtraction

External Link

Matrix Multiplication - Code Logic Explanation

External Link

Matrix Multiplication - Code Implementation

External Link

Engineering Mathematics : Determinant and Cofactors of a Matrix

Introduction to Determinant

External Link

Program to Find Determinant

External Link

Program to find Determinant using Recursion - Code Logic Explanation

External Link

Program to Find Determinant using Recursion - Code Implementation

External Link

Cofactors of a Matrix

External Link

Program on Cofactors of a Matrix

External Link

Engineering Mathematics : Creation of User Defined Header Files

Creating Determinant User Defined Header File

External Link

Creating Cofactors User Defined Header File

External Link

Creating Transpose User Defined Header File

External Link

Engineering Mathematics : Inverse of a Matrix

Introduction to Inverse of a Matrix

External Link

Program on Inverse of a Matrix

External Link

Engineering Mathematics : Linear Equations

Introduction to Linear Equations

External Link

Linear Equation in Matrix Form - Code Logic Explanation

External Link

Linear Equation in Matrix Form - Code Implementation

External Link

Creating Inverse User Defined Header File

External Link

Solving Linear Equations - Code Logic Explanation

External Link

Solving Linear Equations - Code Implementation

External Link

Electrical & Electronics Application : Mesh Analysis

Introduction to Mesh

External Link

Mesh Current Method

External Link

Solving Mesh Equations using C

External Link

Electrical & Electronics Application : Nodal Analysis

Introduction to Node

External Link

Node Voltage Method

External Link

Solving Node Equations using C

External Link

SKT_PG_DS & AL with C

71 Learning Materials

Introduction to Data Structures & Algorithms

Introduction to Data Structures

External Link

Classification of Data Structures

External Link

Operations on Data Structures

External Link

Introduction to Algorithms

External Link

How to Write an Algorithm

External Link

Approaches of an Algorithm

External Link

Algorithm Complexity

External Link

Recursion

introduction to Recursion

External Link

Sum of N numbers

External Link

Fibnocci series

External Link

Tower of Hanoi

External Link

Arrays

Introduction to Arrays

External Link

Types of Arrays

External Link

Size of an Array

External Link

One Dimensional Arrays

External Link

Accessing Of 1D Array

External Link

Passing array elements of functions

External Link

Two Dimensional Arrays

External Link

Traversing 2D Array

External Link

Three Dimensional Arrays

External Link

Structures & Unions

Introduction to Structures

External Link

Accessing Member of a Structure

External Link

Assignment of Structure Variable

External Link

Nested Structures

External Link

Arrays of Structures

External Link

Structures and Functions

External Link

Introduction to Unions

External Link

Arrays of Union Variables

External Link

Unions Inside Structures

External Link

Linked List

Introduction to Linked List

External Link

Types of Linked List

External Link

Singly Linked List

Creation of Node in Linked List

External Link

Traversing a Linked List

External Link

Counting Nodes in Singly Linked List

External Link

Searching in Singly Linked List

External Link

Singly Linked List - Insertion Operations

Insertion in Empty Linked List

External Link

Insertion at the Beginning

External Link

Insertion at the End

External Link

Insertion After a Node in List

External Link

Insertion Before a Node in List

External Link

Singly linked list- Deletion Operations

Deletion of First Node

External Link

Deletion of Last Node

External Link

Deletion of Only Node

External Link

Stacks

Introduction to Stacks

External Link

Is Empty & Is Full Functions

External Link

Push & Pop Operations

External Link

Peek & Display Operations

External Link

Stack Implementation

External Link

Stack Operations using Linked List

External Link

Applications of Stacks

External Link

Queues

Introduction to Queues

External Link

Types of Queues

External Link

Applications of Queues

External Link

Implementing Queues

Queues using Arrays

External Link

Queues using Linked List

External Link

Circular Queues

Introduction to Circular Queues

External Link

Circular Queue using Arrays

External Link

Circular Queue using Linked List

External Link

Priority Queues

Priority Queues using Arrays

External Link

Priority Queues using Linked List

External Link

Introduction to Priority Queues

External Link

Double Ended Queues

Introduction to Double Ended Queues

External Link

Searching Algorithms

Introduction to Searching

External Link

Linear Search

External Link

Binary Search

External Link

interpolation search

External Link

Jump search

External Link

Sorting Algorithms

BubbleSort

External Link

Selection Sort

External Link

Insertion Sort

External Link

Quick Sort

External Link

C++ AND DATA STRUCTURES

219 Learning Materials

Overview of Object Oriented Programming System (OOPS) Basics

Procedure Oriented Paradigm

External Link

OOPS Paradigm

External Link

Basic Concepts of OOPS

External Link

Benefits of OOPS

External Link

Features of OOPS

External Link

Introduction to C++

Overview of C++

External Link

Programming Structure

External Link

Installation Procedure

Installation Procedure of Code Block IDE

External Link

Hello World Program

External Link

Tokens

Data Types

External Link

Keywords

External Link

Variables and Identifiers

External Link

Literals

External Link

Constants

External Link

Operators

External Link

Input and Output Streams

cout

External Link

cin

External Link

cerr

External Link

clog

External Link

Variable Declaration

Variables and Datatypes

External Link

Modifiers

External Link

Qualifiers

External Link

C++ Programs on Variable Declaration

Program on Constant Variable

External Link

Storage Class Specifiers

Introduction to Storage Class Specifiers

External Link

Local Variables

External Link

Static Variables

External Link

Operators

Introduction to Operators

External Link

Unary Operators

External Link

Binary Operators

External Link

Bitwise Operators

External Link

Ternary and Special Operators

External Link

C++ Programs on Operators

Program on Unary Operators

External Link

Program on Arithmetic Operators

External Link

Program on Relational Operators

External Link

Program on Logical Operators

External Link

Conditional Statements

Branching Statements

External Link

if Statement

External Link

if..else Statement

External Link

Nested Statements

External Link

switch Statement

External Link

C++ Programs on Conditional Statements

Program on if Statement

External Link

Program on if..else Statement

External Link

Program on Nested Statements

External Link

Program on switch Statement

External Link

Loops : while Loop

Introduction to while Loop

External Link

Program to Print 1 to 10 Numbers using while Loop

External Link

C++ Programs on while Loop

Program to Print Sum of Numbers from 1 to 10 using while Loop

External Link

Program to Print Multiplication Table of 2 using while Loop

External Link

Loops : do.. while Loop

Introduction to do..while Loop

External Link

Program to Print 1 to 10 Numbers using do..while Loop

External Link

Loops : for Loop

Introduction to for Loop

External Link

Program to Print 1 to 10 Numbers using for Loop

External Link

C++ Programs on for Loop

Program to Print Sum of Numbers From 1 to 10 using for Loop

External Link

Loops : Break and Continue Statements

Introduction to Break Statement

External Link

Introduction to Continue Statement

External Link

C++ Programs on Break and Continue Statements

Program on Break Statement

External Link

Program on Continue Statement

External Link

Loops : Nested Loops

Nested for Loop

External Link

C++ Programs on Nested Loops

Program on Nested for Loop

External Link

Arrays

Introduction to Arrays

External Link

Accessing Elements of an Array

External Link

One Dimensional Array

External Link

Two Dimensional Array

External Link

Difference Between 1-Dimensional and 2-Dimensional Array

External Link

C++ Programs on Arrays

Program to Find Sum of 5 Input Numbers

External Link

Program to Add Same Size of Two Matrices

External Link

Program to Read Values into 2 Dimensional Array

External Link

Pointers

Introduction to Pointers

External Link

Pointer Variables

External Link

Usage of Pointers

External Link

Double Pointer

External Link

Pointer to an Array

External Link

C++ Programs on Pointers

Program to Find the Address of a Given Integer without using Pointers

External Link

Program to find the Address of a Given Integer using Pointers

External Link

Program on Double Pointer

External Link

Program on Pointer which is Pointing Address of an Integer

External Link

Program to Subtract Two Pointers Containing Same Array

External Link

Program on Pointer to an Array of 5 Integers

External Link

Strings

Introduction to Strings

External Link

String Class Type

External Link

String Class Type versus Character Array

External Link

C++ Programs on Strings

Program on How String can be Printed using Different Notations

External Link

Structures

Introduction to Structures

External Link

Array of Structures

External Link

C++ Programs on Structures

Program to Create Student Data Using Structure - Code Logic Explanation

External Link

Program to Create Student Data Using Structure - Code Logic Implementation

External Link

Program to Display all Students Information using Array of Structure

External Link

Program to Get a Student Data from a Pointer to Structure

External Link

Enumeration

Introduction to Enumeration(enum)

External Link

Program on Enumeration(enum)

External Link

Typedef

Introduction to Typedef

External Link

Program on Typedef to Understand the Types Assigned to Existing Types

External Link

Reference

External Link

Functions

Introduction to Functions

External Link

Program on Function - Logic Explanation

External Link

Defining a Function

External Link

C++ Programs on Functions

Introduction to Function Prototype

External Link

Program on Function without Parameter and with Return Value

External Link

Program on Function without Parameter and without Return Value

External Link

Program on Function with Parameter and without Return Value

External Link

Program on Function with Parameter and with Return Value

External Link

Actual and Formal Arguments

External Link

Functions : Parameter Passing Techniques

Introduction to Parameter Passing Techniques

External Link

Call by Value

External Link

Call by Address or Pointer

External Link

Call by Reference

External Link

Difference Between Call by Value, Address and Reference

External Link

Default Arguments

External Link

Functions : Function Overloading

Introduction to Function Overloading

External Link

Program on Sum of 2 and 3 Numbers

External Link

Functions : Recursive and Inline Functions

Introduction to Recursive Functions

External Link

Introduction to Inline Functions

External Link

Advantages and Disadvantages of Inline Function

External Link

C++ Programs on Recursive and Inline Functions

Program to Find Factorial of a Given Number using Recursion

External Link

Program on Fibonacci Sequence using Recursion

External Link

Program to Find Square Root of a Given Number

External Link

Program to Create Automatic Variables using Recursive Function

External Link

Program to Create Static Variables using Recursive Function

External Link

OOPS : Overview of OOPS

Introduction to OOPS

External Link

Introduction to Class

External Link

Syntax Explanation of Class

External Link

Introduction to Object

External Link

Program to Create Student Details using Class and Object

External Link

OOPS : Encapsulation and Abstraction

Introduction to Encapsulation

External Link

Introduction to Abstraction

External Link

C++ Programs on OOPS : Encapsulation and Abstraction

Program to Find Sum of Two Numbers using Encapsulation

External Link

Program to Get Student Data Abstraction by using Private Data

External Link

OOPS : Inheritance

Overview of Inheritance

External Link

Usage of Inheritance

External Link

C++ Programs on OOPS : Inheritance

Program on Inheritance from Animal to Dog and Cat - Code Logic Explanation

External Link

Program on Inheritance from Animal to Dog and Cat - Code Implementation

External Link

OOPS : Polymorphism

Introduction to Polymorphism

External Link

Introduction to Method Overloading

External Link

Introduction to Method Overriding

External Link

C++ Programs on OOPS : Polymorphism

Program on sum of Two Numbers using Method Overloading

External Link

Program on Method Overriding

External Link

OOPS : Static Keyword

Introduction to Static Keyword

External Link

Static Variable in Functions

External Link

Static Class Objects

External Link

Static Data Member in Class

External Link

Static Member Functions

External Link

C++ Programs on OOPS : Static Keyword

Program on Static Variable in Functions

External Link

OOPS : Binding

Introduction to Binding

External Link

Static Binding

External Link

Dynamic Binding

External Link

Message Passing

External Link

C++ Programs on OOPS : Binding

Program to Find Base Class Information using Static Binding

External Link

Program on Dynamic Binding using Virtual Functions

External Link

Classes and Objects

Class Declaration

External Link

Program to Print Name using Class and Object with Member Function

External Link

Program to Read and Display Student Information

External Link

Classes and Objects : Accessing Data Members

Accessing Data Members of Class

External Link

Accessing Private Data Members

External Link

Accessing Protected Data Members

External Link

C++ Programs on Classes and Objects : Accessing Data Members

Program on Accessing Data members using Objects

External Link

Program on Accessing Private Data Members using Public Member Function of Own Class

External Link

Program on Public, Private and Protected Data Members of a Class

External Link

Classes and Objects : Class Member Functions

Class Member Functions

External Link

Defining Function Outside the Class

External Link

Defining Function Inside the Class

External Link

Defining Members, Data Members and Methods

External Link

Difference Between Class and Structure

External Link

C++ Programs on Classes and Objects : Class Member Functions

Program on Use of Data Members, Members, and Methods using Class Members and Objects

External Link

Classes and Objects : Objects as Arguments

Introduction to Objects as Arguments

External Link

Passing Objects as an Argument to a Member Function - Code Logic Explanation

External Link

Passing Objects as an Argument to a Member Function - Code Logic Implementation

External Link

Returning Objects

External Link

Friend Function

External Link

C++ Programs on Classes and Objects : Objects as Arguments

Program on Returning Objects from Function

External Link

Program on Friend Function using with Class

External Link

Constructors

Introduction to Constructor

External Link

Default Constructor

External Link

Zero Parameterized Constructor

External Link

Parameterized Constructor

External Link

Copy Constructor

External Link

C++ Programs on Constructors

Program to Create Object using Constructor

External Link

Program on Default Constructor

External Link

Program to Find Student Information using Copy Constructor

External Link

Constructors : Dynamic Constructor and Constructor Overloading

Dynamic Constructor

External Link

Constructor Overloading

External Link

C++ Programs on Dynamic Constructor and Constructor Overloading

Program to Create Dynamic Memory During Runtime using New Keyword in Dynamic Constructor

External Link

Program on Constructor Overloading

External Link

Destructors

Introduction to Destructor

External Link

Constructor versus Destructor

External Link

C++ Programs on Destructors

Program on Destructor in Class

External Link

Program on Constructor and Destructor

External Link

Program to Create and Delete Dynamic Memory using New and Delete Keywords

External Link

Overloading : Function Overloading

Introduction to Overloading

External Link

Introduction to Function Overloading

External Link

C++ Programs on Function Overloading

Program to Print Values of Overloading Functions without using Class

External Link

Program to Print Values of Overloading Function using Class

External Link

Overloading : Unary Operator Overloading

Introduction to Operator Overloading

External Link

Operator Overloading Rules

External Link

Overloading Unary Operation

External Link

C++ Programs on Unary Operator Overloading

Program on Unary Operator Overloading using (!) Not Operator

External Link

Program on Unary Operator Overloading using (+) Operator

External Link

C++ Programs on Binary Operator Overloading

Program on Binary Operator Overloading using (+) Operator

External Link

Program on Binary Operator Over to Concatenate Two Strings - Code Logic Explanation

External Link

Program on Binary Operator Over to Concatenate Two Strings - Code Logic Implementation

External Link

Program to Implement Binary Operator Over Loading using Friend Function

External Link

Important Points for Overloading

External Link

Inheritance

Introduction to Inheritance

External Link

Purpose of Inheritance

External Link

Simple Program on Inheritance

External Link

Inheritance : Inheritance Visibility Mode

Introduction to Inheritance Visibility Mode

External Link

Public Inheritance

External Link

Private Inheritance

External Link

Protected Inheritance

External Link

C++ Programs on Inheritance Visibility Mode

Program on Private Inheritance

External Link

Inheritance : Types of Inheritance

Introduction to Single Inheritance

External Link

Ambiguity in Single Inheritance

External Link

Multi Level Inheritance

External Link

Multiple Inheritance

External Link

Hierarchical Inheritance

External Link

Hybrid Inheritance

External Link

C++ Programs on Inheritance Types

Program on Single Inheritance with Public Mode

External Link

Program on Single Inheritance with Private Mode

External Link

Program on Single Inheritance with Protected Mode

External Link

Program on Same Functions Present in Both Base and Derived Classes

External Link

SKT_PG_Theory_SQL & PL/SQL

40 Learning Materials

Course Road Map

Course Road Map

External Link

Fundamentals of Database

Fundamentals of Database

External Link

Introduction to SQL

Introduction to SQL

External Link

Installation Procedure For Oracle 11g Express Edition

Installation Procedure For Oracle 11g Express Edition

External Link

Data Types in Oracle

Data Types in Oracle

External Link

Numeric Data Types in Oracle

External Link

Date and Time Data Types in Oracle

External Link

Oracle large object Data Types

External Link

Data Definition Language (DDL) Commands

Data Definition Language (DDL) Commands

External Link

Data Manipulation Language(DML) Commands

Data Manipulation Language(DML) Commands

External Link

Data Query Language(DQL) Commands

Data Query Language(DQL) Commands

External Link

Transaction Control Language(TCL) Commands

Transaction Control Language(TCL) Commands

External Link

Data Control Language (DCL) Commands

Data Control Language (DCL) Commands

External Link

Data Integrity Constraints

Data Integrity Constraints

External Link

Operators

Operators

External Link

Comparison Operators

External Link

Bitwise Operators

External Link

Logical Operators

External Link

Set Operators

External Link

JOINS

JOINS

External Link

Types of JOINS

External Link

SUB - QUERIES

SUB - QUERIES

External Link

SQL VIEWS

SQL VIEWS

External Link

Types of SQL Views

External Link

SQL FUNCTIONS

SQL FUNCTIONS

External Link

Aggregate Function

Aggregate Functions

External Link

Single Row Functions

Single Row Functions

External Link

Conversion Functions

External Link

DateTime Functions

External Link

Data Types in PL/SQL

Data Types in PL/SQL

External Link

Control Structures

Control Structures

External Link

Loops in PL/SQL

Loops in PL/SQL

External Link

Exception Handling

Exception Handling

External Link

Functions Of PL SQL

Functions Of PL SQL

External Link

Procedure In PL/SQL

Procedure In PL/SQL

External Link

Triggers In PL/SQL

Triggers In PL/SQL

External Link

CURSORS

CURSORS

External Link

Cursor Variables

External Link

FOR Loop Cursors

External Link

Introduction to PL/SQL

Introduction to PL/SQL

External Link

SKT_PG_Theory_Core Java

68 Learning Materials

Introduction to JAVA

Introduction to Java

External Link

Types of Applications

External Link

Java Platforms, Edition

External Link

Java Environmental Setup

External Link

Installing Eclipse Software

External Link

Architecture of Java

External Link

Structure of Java Program

External Link

Basic Syntax

Comments

External Link

Keywords, Identifiers & Block of Code

External Link

Variables & Data Types

External Link

Input & Output Operations

External Link

Operators

Arithmetic & Relational Operators

External Link

Logical Operators, Increment & Decrement Operators

External Link

Bitwise Operators

External Link

Shift Operators

External Link

Assignment Operators

External Link

Unary Operators

External Link

Conditional Operator and Nested Ternary Operator

External Link

Conditional Statements

Conditional Statements

External Link

Switch Statement

Switch Statement

External Link

Loops

Loops

External Link

Nested & Infinite Loop

External Link

Loop Control Statements

External Link

Introduction to Object-Oriented Programming

Introduction to Object-Oriented Programming

External Link

Classes & Objects

Classes & Objects

External Link

Instance of Operator

External Link

final Keyword

External Link

Methods

Working with Methods

External Link

Types of Variables

External Link

Static & Non - Static Methods

External Link

Constructor

External Link

This Keyword

External Link

Recursion

External Link

Inheritance

Inheritance

External Link

Types of Inheritance

Single Inheritance

External Link

Super keyword

External Link

Multi-Level Inheritance

External Link

Multiple Inheritance

External Link

Hierarchical Inheritance

External Link

Hybrid Inheritance

External Link

IS-A & HAS-A Relationship

IS-A & HAS-A Relationship

External Link

Aggregations

Aggregation

External Link

Composition

Composition

External Link

Polymorphism

Polymorphism

External Link

Method Overriding

External Link

Method Overloading

External Link

Polymorphic Variables

External Link

Abstraction

Abstraction

External Link

Encapsulation

Encapsulation

External Link

Access Modifiers

External Link

Public Access Modifier

External Link

Protected Access Modifier

External Link

Private Access Modifier

External Link

Default Access Modifier

External Link

Interfaces

Interfaces

External Link

Enumeration

Enumeration

External Link

Type Conversions

Type Conversions

External Link

Coupling

Coupling

External Link

Object Casting

Object Casting

External Link

Type Casting

External Link

Specialization & Generalization

External Link

Nested Classes

Nested Classes

External Link

Types of Nested Classes

External Link

Nested Interfaces

External Link

Wrapper classes

Wrapper Classes

External Link

Object Cloning

Object Cloning

External Link

Annotations

Annotations

External Link

Types of Annotations

External Link

SKT_Lab L1_Java Programming

1 Learning Materials

Basic level programming of Basic syntax

Write a Java program to understand comments used in the given Java program.

External Link

SKT_PG_Theory_Java Libraries

287 Learning Materials

Packages

Introduction to packages

External Link

Type of Packages

External Link

Accessing Package

External Link

Access Modifiers

External Link

Sub-Packages

External Link

Array

Arrays

External Link

Accessing & Modifying elements of an Array

External Link

Array Traversing

External Link

Types of Arrays

External Link

Methods For Copying Arrays

External Link

Sorting Arrays

External Link

Comparison Arrays

External Link

Methods to Find Elements In an Array

External Link

Strings

Strings

External Link

String Operations

External Link

String Methods

External Link

String Buffer

External Link

String Modification Methods In String Buffer

External Link

Character Extraction Methods In String Buffer

External Link

Capacity-related Methods In String Buffer

External Link

Length-related Methods In String Buffer

External Link

Search and Index Methods In String Buffer

External Link

Conversion Methods In String Buffer

External Link

String Builder

External Link

Methods of the StringBuilder

External Link

Difference Between String, String Buffer, String Builder

External Link

Collection Framework

Collection Framework

External Link

Hierarchy of the Collection Framework

External Link

Adding Methods In Collection Interfaces

External Link

Removal Methods In Collection Interface

External Link

Finding Methods In Collection Interface

External Link

Converting Methods In Collection Interface

External Link

Finding Size Methods In Collection Interface

External Link

Collections - List

Collections- List

External Link

Adding Methods In list Interfaces

External Link

Removing Methods In list Interfaces

External Link

Converting Methods In list Interfaces

External Link

Access and Modification In list Interfaces

External Link

Finding Size Methods in list Interfaces

External Link

Collection - ArrayList

Collection- Arraylist

External Link

Arraylist Constructor

External Link

Adding Methods In Arraylist

External Link

Removing Methods In Arraylist

External Link

Access and Modification Methods In Arraylist

External Link

Finding Methods In Arraylist

External Link

Converting Methods In ArrayList

External Link

Finding Size of Methods In ArrrayList

External Link

Collections - LinkedList

Collections-LinkedList

External Link

Types of LinkedList

External Link

Inserting Node In LinkedList

External Link

Deletion Node In Linkedlist

External Link

Adding Methods In LinkedList

External Link

Removing Methods In LinkedList

External Link

Get Methods In LinkedList

External Link

Peek Methods In LinkedList

External Link

Poll Methods In LinkedList

External Link

Offer Methods In Linkedlist

External Link

Push and Pop Methods In LinkedList

External Link

Collection - Vector

Collections-Vector

External Link

Adding Methods In Vector

External Link

Removing Methods In Vector

External Link

Set Methods In Vector

External Link

Converting Methods In Vector

External Link

Finding Size of Methods In Vector

External Link

Collections - Stack

Introduction to Stack

External Link

Operations on Stack

External Link

Collections - Queues

Introduction to Queues

External Link

Implementation of Queues

External Link

Types of Queues

External Link

Application of Queues

External Link

Maps

Introduction to Map Interfaces

External Link

Exploring Different Types of Map Interfaces

External Link

Adding Elements In Map Interfaces

External Link

Removing Elements In Map Interfaces

External Link

Get Elements In Map Interfaces

External Link

Finding Size Elements In Map Interfaces

External Link

Access Elements In Map Interfaces

External Link

Collections Sets

Introduction to Sets

External Link

Sets Operations

External Link

Adding Elements In Set Interfaces

External Link

Removing Elements In Set Interfaces

External Link

Finding Elements In Sets Interfaces

External Link

Exploring Different Types of Set Interfaces

External Link

Exception Handling

Introduction to Exception Handling

External Link

Types of Exception Handling

External Link

Difference Between Error & Exceptions

External Link

Try and Catch Keywords

External Link

Finally Keyword

External Link

Throw and Throws Keywords

External Link

Common Scenarios of Java Exception

External Link

Exceptions Handling Using Multiple Catch Blocks

External Link

Method Overriding with Exception Handling

External Link

I/O Streams

Introduction to Input & Output Streams

External Link

Hierarchy of Input Streams

External Link

Implementation of the Constructors & Methods of File Input Stream

External Link

Byte Array Input Stream

External Link

Filter Input Stream

External Link

Buffered Input Stream

External Link

Implementation of the Constructors & Methods of Buffered Input Stream

External Link

Data Input Stream

External Link

Implementation of the Constructors & Methods of Data Input Stream

External Link

Hierarchy of Output Streams

External Link

Implementation of the Constructors & Methods of File Output Stream

External Link

ByteArrayOutputStream

External Link

Filter Output Stream

External Link

Data Output Stream

External Link

Buffered Output Stream

External Link

Reader / Writer

Java Reader Class

External Link

Buffered Reader Class

External Link

Input Stream Reader Class

External Link

Java String Reader Class

External Link

Java File Reader Class

External Link

Java Writer Class

External Link

Buffered Writer Class

External Link

Java Output Stream Writer Class

External Link

Java String Writer Class

External Link

Java File Writer Class

External Link

Java Print Writer Class

External Link

Implementation of the Constructors & Methods of Print Writer Class

External Link

Multithreading

Introduction to Multithreading

External Link

Threads

External Link

Thread Methods

External Link

Thread Synchronization

External Link

Thread Prioritiy

External Link

Daemon Threads

External Link

Thread Pool

External Link

Understanding the Risks of Java Thread Pools

External Link

Thread Group

External Link

Active Methods In ThreadGroup class

External Link

Get Methods In ThreadGroup class

External Link

Shutdown hooks

External Link

Introduction to Deadlock

External Link

Inter-Thread Communication

External Link

Thread Scheduler in Java

External Link

First Come First Serve Scheduling Algorithm

External Link

Shortest Job First(SJF) Scheduling Algorithm

External Link

Shortest Remaining Time First (SRTF) Scheduling Algorithm

External Link

Round Robin Scheduling Algorithm

External Link

Greedy Algorithm

External Link

Garbage Collection

Introduction To Garbage Collection

External Link

Types of garbage collection

External Link

Methods of Garbage Collection

External Link

Instance Initializer Block

Instance Initializer Block

External Link

File and Directory

Introduction To file and directory

External Link

Directory Operations

External Link

File Operations

External Link

Generics

Introduction to Generics

External Link

Types of Java Generics

External Link

Bounded Types Parameters

External Link

Wildcards In Generics

External Link

Raw Types

External Link

Lambda Expression

Introduction to Lambda Expression

External Link

Functional Interfaces

External Link

Method References

External Link

Event Handling

Event Handling

External Link

Event Classes & Listener Interfaces

External Link

Implementation of Event Handling

External Link

Networking

Introduction to Networking

External Link

Java Networking Terminology

External Link

Java Socket Programming

External Link

Cilent-Side & Server-Side Programming

External Link

URL

External Link

URL Structure Methods

External Link

URL Handling Methods

External Link

Connection and Content Handling Methods

External Link

Object Representation and Comparison Methods

External Link

HttpURLConnection

External Link

Inet Address Class

External Link

Factory Methods

External Link

Instance Methods

External Link

Introduction to Datagram

External Link

DatagramSocket

External Link

DatagramPacket

External Link

Encryption & Decryption

External Link

Implementation of Encryption & Decryption using by Ceaser Cipher

External Link

Implementation of Encryption & Decryption using by Substitution Cipher

External Link

Implementation of Encryption & Decryption using by Hill Cipher

External Link

Implementation of Encryption & Decryption using by DES Algorithm

External Link

Implementation of Encryption & Decryption using by Diffiee-Hellman Algorithm

External Link

Implementation of Encryption & Decryption- using by MD5 Algorithm

External Link

Implementation of Encryption & Decryption-using by SHA-1 Algorithm

External Link

Implementation of Encryption & Decryption-using by Blowfish Algorithm

External Link

Implementation of Encryption & Decryption-7 using by Rijndael Algorithm

External Link

Exploring java.lang - 1

Introduction to java.lang package

External Link

Object Class

External Link

Methods of Object Class-1

External Link

Methods of Object Class-2

External Link

Methods of Object Class-3

External Link

java.lang.Character.Subset

External Link

Character.Subset Class Methods

External Link

java.lang.Character.UnicodeBlock

External Link

Character.UnicodeBlock Class Methods

External Link

Exploring java.lang - 2

Class Loader

External Link

Working of Class Loader and types and Methods

External Link

Methods of Class Loader-1

External Link

Methods of Class Loader-2

External Link

Methods of Class Loader-3

External Link

Methods of Class Loader-4

External Link

Methods of Class Loader-5

External Link

System Class

External Link

Methods of System Class - 1

External Link

Methods of System Class - 2

External Link

Methods of System Class - 3

External Link

Methods of System Class - 4

External Link

Methods of System Class - 5

External Link

Exploring java.lang - 3

System.Logger and System.LoggerFinder

External Link

Methods of System.Logger-1

External Link

Methods of System.Logger-2

External Link

Methods of System.LoggerFinder

External Link

Runtime

External Link

Methods of Runtime Class-1

External Link

Methods of Runtime Class-2

External Link

Runtime.Version

External Link

Methods of Runtime.Version Class

External Link

Void

External Link

Exploring java.lang - 4

Process

External Link

Methods of Process Class

External Link

ProcessBuilder

External Link

Methods of ProcessBuilder Class

External Link

Math

External Link

Methods of Math Class

External Link

Strict Math

External Link

Methods of Strict Math Class

External Link

Compiler

External Link

Package

External Link

Module

External Link

ModuleLayer

External Link

RuntimePermission

External Link

Exploring java.lang - 5

Throwable Class

External Link

Various Methods in the Throwable Class

External Link

Security Manager

External Link

StackTraceElement

External Link

StackWalker and StackWalker.StackFrame

External Link

ClassValue

External Link

Exploring java.lang - 7

Annotation Type Hierarchy (Part-1)

External Link

Annotation Type Hierarchy (Part-2)

External Link

Exploring java.lang - 9

Sub Packages of java.lang Package (Part - 1)

External Link

Sub Packages of java.lang Package (Part - 2)

External Link

Sub Packages of java.lang Package (Part - 3)

External Link

Introduction to AWT

Introduction to AWT

External Link

AWT Components

External Link

Working with Frame Windows

External Link

Methods of the Frame Class

External Link

Creating a Frame

External Link

Closing a Frame Window

External Link

Window Fundamentals

External Link

Introduction to Graphics

External Link

Fundamental Graphic Elements-1

External Link

Fundamental Graphic Elements-2

External Link

Fundamental Graphic Elements-3

External Link

Creating a Frame-Based Application

External Link

Working with Color

External Link

Setting the Paint Mode

External Link

Working with Fonts-1

External Link

Working with Fonts-2

External Link

Working with Fonts-3

External Link

Dialog

External Link

Panel

External Link

Applet

External Link

Date/Time API

Introduction to Classical Date Time API

External Link

java.util.Date Class

External Link

java.sql.Date Class

External Link

Java Calendar Class

External Link

Java TimeZone Class

External Link

Introduction to Date & Time API in Java-8

External Link

Java LocalDate Class

External Link

Java LocalDateTime Class

External Link

Java MonthDay Class

External Link

Java OffsetTime Class

External Link

Java Clock Class

External Link

Java ZonedDateTime Class

External Link

Java Year Class

External Link

Java Period Class

External Link

Java Duration Class

External Link

Java Instant Class

External Link

Java DayOfWeek enum Class

External Link

Java Month enum Class

External Link

Stream API

Introduction to Stream API

External Link

stream() and filter() Methods

External Link

sorted()

External Link

min() & max()

External Link

findFirst() & findAny()

External Link

anyMatch() & allMatch()

External Link

collect()

External Link

iterate()

External Link

map()

External Link

flatMap()

External Link

SKT_PG_Theory_JDBC

15 Learning Materials

Introduction to JDBC

JDBC Introduction

External Link

JDBC Architecture

JDBC Architecture

External Link

JDBC API

JDBC API

External Link

JDBC Drivers

JDBC Drivers

External Link

Standard Steps to Develop JDBC Application

Client - Server Model

External Link

JDBC First Aplication

External Link

Establishing a JDBC Connection

Steps to connect to Database

External Link

performing sql operations on JDBC

CRUD operations

External Link

Using Statement

How to use Statement Interface

External Link

Using Prepared Statement

How to use Prepared Statement Interface

External Link

PL/SQL

Introduction to PL/SQL Basics

External Link

Using Callable Statement

Using CallableStatement Interface

External Link

Executing PL/SQL Blocks from Java Application

External Link

Result Sets

Result Set Interface

External Link

BLOB and CLOB

BLOB and CLOB

External Link

SKT_Lab L1_JDBC

1 Learning Materials

Basic Level Programming on JDBC Drivers

Write a program to retrieve and display JDBC driver metadata (driver name, version, database product

External Link

SKT_PG_Theory_JSP

30 Learning Materials

Introduction to JSP

Introduction to JSP

External Link

Architecture of JSP

External Link

JSP API

External Link

Life Cycle of a JSP

External Link

Advantages and Disadvantages of JSP Technology

External Link

Set up a development environment for JSP without any IDE on Windows Operating System

Directory Structure for a JSP Web-Application

External Link

Procedure for Installing and Configuring Java

External Link

Procedure for Installing and Configuring the Tomcat Web Server

External Link

Creating a JSP web App without any IDE

Setting up a Basic JSP Web Application

External Link

Deploying a WAR File of JSP Application

External Link

Set up a development environment for JSP with any IDE on Windows Operating System

Procedure for Installing the Eclipse IDE for Windows Operation

External Link

Download and Install Maven Build Tool

External Link

Creating a JSP web app Using Eclipse IDE

JSP Web App as Dynamic Web Project

External Link

JSP Script as a Maven Project using Eclipse IDE

External Link

Scripting Elements in JSP Technology

Introduction to Scripting Elements in JSP Technology

External Link

Scriptlet tag in JSP

External Link

Expression tag in JSP

External Link

Declaration tag in JSP

External Link

Implicit Objects in JSP Technology

Implicit Objects in JSP Technology

External Link

Request Object in JSP

External Link

Response Object in JSP

External Link

Describing the 'out' Object in JSP

External Link

Describing the 'session' Object in JSP

External Link

Describing the 'config' Object in JSP

External Link

Describing the 'pageContext' Object in JSP

External Link

Describing the 'page' Object in JSP

External Link

Describing the 'application' Object in JSP

External Link

Describing the 'exception' Object in JSP

External Link

JSP Directives

Introduction to the JSP Directives

External Link

Explaining the 'page' Directive in JSP Technology

External Link

SKT_PG_Theory_JFC Swings

25 Learning Materials

Introduction to AWT and Swings

Introduction to JFC swings

External Link

Java Foundation Classes

External Link

Introduction to CUI & GUI

External Link

Java Swing API

Java Swing API

External Link

Swing API(JAVAX.SWING.EVENT)Package

External Link

Swing Components

Swing Components

External Link

Swing Components(Jlabel & JTextField)

External Link

Swing Components(JTextArea & JPasswordField)

External Link

Swing Components(Jbutton & JRadioButton)

External Link

Swing Components(JComboBox & JCheckBox)

External Link

Swing Components(Jtable & Jlist)

External Link

Swing Components(JScrollBar & JoptionPane)

External Link

Swing Components(JMenuBar & JPopupMenu)

External Link

Swing Components(JCheckBoxMenuItem & Jseperator)

External Link

Swing Components(JProgressBar & Jtree)

External Link

Swing Components(JSlider and JSpinner)

External Link

JApplet

External Link

Event Handling

Event Handling

External Link

Event Sources

External Link

Event Listeners

External Link

Layout managers

Introduction to layout manager

External Link

Flow & Grid Layout Manager

External Link

Card & Grid Bag Layout Manager

External Link

Box & Group Layout Manager

External Link

Spring Layout Manager

External Link

SKT_PG_Theory_Spring Core

21 Learning Materials

Introduction to Spring Frame Work

Introduction to Java Frameworks

External Link

Introduction to Spring Frame Work

External Link

Introduction to Spring Core

Introduction to Spring Core

External Link

Spring Framework Environment Setup

External Link

Spring Core Module

Inversion of Control

External Link

Dependency injection

External Link

Setter injection with collection

External Link

Introduction to Design patterns

External Link

Spring Bean scopes

External Link

Types of Spring Bean Scopes

External Link

Spring Bean Lifecycle

External Link

Spring Bean post processors

External Link

Spring Bean Event Processing

External Link

Spring Bean Autowiring

External Link

Factory Bean

External Link

Spring Factory Methods

External Link

Factory Method Bean Instantiation

External Link

Static factory method bean Instantiation

External Link

Instance factory method bean Instantiation

External Link

Spring properties File

External Link

Spring core with Annotations

Spring Annotations

External Link

SKT_PG_Theory_Spring Web MVC

26 Learning Materials

Introduction To MVC

Model-View-Controller (MVC) architecture

External Link

Web application and Distributed Applications

Web application and Distributed Applications in Spring MVC

External Link

Developing Web and Distributed Applications in Spring MVC

External Link

MVC Architecture In Spring MVC

Introduction to Spring Web MVC

External Link

Spring MVC Resources

static Resources in Spring Web MVC

External Link

Dynamic Resources in Spring Web MVC

External Link

Front contoller design pattern

Front Controller Design Pattern

External Link

DispatcherServlet

DispatcherServlet in Spring MVC

External Link

Spring Web MVC Application Flow

Application flow in spirng MVC

External Link

Handling Form Submissions

Handling Form submissions in Spring Web MVC

External Link

Multiple Views

Multiple views in Spring Web MVC

External Link

Configuring Multiple views in a Spring MVC Application

External Link

Multiple Controllers

Multiple Controllers in Spring Web MVC

External Link

Spring MVC Bean Types

Spring MVC Bean Types

External Link

Spring Bean Configuraton Approach

Spring MVC Bean Configuration approach

External Link

Exception Handling in Spring MVC

Exception Handling in Spring Web MVC

External Link

Types of Exceptions in Spring Web MVC

External Link

ViewResolvers

View Resolvers in Spring web MVC

External Link

InternalResourceViewResolver

External Link

UrlBasedViewResolver

External Link

ResourceBundleViewResolver

External Link

XmlViewResolver

External Link

TilesViewResolver

External Link

View Technologies

View Technologies in Spring MVC

External Link

Types of View Technologes in Spring MVC

External Link

HandlerMappings

HandlerMappings in Spring Web MVC

External Link

SKT_PG_Theory_Spring Boot

74 Learning Materials

Introduction to Spring Boot

Overview of Spring Boot

External Link

Features of Spring Boot-1

External Link

Features of Spring Boot-2

External Link

Features of Spring Boot-3

External Link

Features of Spring Boot-4 (Spring Boot Starter)

External Link

Features of Spring Boot-5 (Spring Boot Actuator)

External Link

Features of Spring Boot-6 (Spring Boot Dev Tools)

External Link

Spring Boot Architecture

External Link

Comparison with traditional Spring framework

External Link

Benefits and Limitations

External Link

Basic types of Spring Boot Application

Classification of Spring Boot Application

External Link

Web Applications

External Link

Reactive Web Applications

External Link

First Spring Boot Application

Set up a Development Environment for a Spring Boot Application-Part-1

External Link

Set up a Development Environment for a Spring Boot Application-Part-2

External Link

Set up a Development Environment for a Spring Boot Application-Part-3

External Link

How to create a first Spring Boot Application?

External Link

Run & Test Spring Boot Application

External Link

Spring Boot Project Structure

External Link

Spring Boot Project Structure based on WAR File

External Link

Annotations in Spring Boot

What is an Annotaion in Spring Boot?

External Link

Introduction to @SpringBootApplication annotation

External Link

Key Annotations-1

External Link

Key Annotations-2

External Link

Key Annotations-3

External Link

Key Annotations-4

External Link

Key Annotations-5

External Link

Key Annotations-6

External Link

Key Annotations-7

External Link

Key Annotations-8

External Link

Key Annotations-9

External Link

Key Annotations-10

External Link

Spring Boot Runners

Command Line Runner-Part1

External Link

Command Line Runner-Part2

External Link

Application Runner

External Link

Application Events and Listeners in Spring Boot

Introduction to application events and listeners in Spring Boot

External Link

Classification Of Application Events

External Link

Hierarchy of Pre Existing Application Events

External Link

Pre-Existing Application Event-1

External Link

Pre-Existing Application Event-2

External Link

Pre-Existing Application Event-3

External Link

Pre-Existing Application Event-4

External Link

Pre-Existing Application Event-5

External Link

Pre-Existing Application Event-6

External Link

Pre-Existing Application Event-7

External Link

Context-Related Events in Spring Boot

External Link

Create a Custom Application Event in Spring Boot

External Link

Run & Test a Custom Application Event

External Link

How to handle a Custom Application Event in Spring Boot

External Link

Benefits of Application Events & Listeners

External Link

Spring Boot Application Exit

ExitCodeGenerator

External Link

Custom Exit Codes-Part 1

External Link

Custom Exit Codes-Part 2

External Link

Custom Exit Codes-Part 3

External Link

Custom Exit Codes- Part 4

External Link

ExitCodeExceptionResolver

External Link

Application Properties

Application Properties

External Link

YAML File

External Link

Differences Between application.propertes File & application.yml File

External Link

Spring Boot Profiles

Introduction to Spring Boot profiles

External Link

Configure & Manage Profiles

External Link

Benefits of using profiles in Spring Boot

External Link

Spring Web MVC Application Flow in Spring Boot

Spring Web MVC Flow

External Link

Create a Web Application using Spring Boot

External Link

WAR Packaging and Deployment

External Link

Convert Standalone Spring Boot App to WAR and Deploy

External Link

Registering Filters and Servlets in Spring Boot Application

External Link

Customizing the Embedded Servlet Containers

External Link

REST API using Spring Boot

Introduction to REST API

External Link

Principles and constraints of REST APIs

External Link

Client-server architecture & Statelessness in REST API

External Link

Create a REST API using Spring Boot

External Link

Run & Test REST APIs using Postman

External Link

Benefits and use cases of RESTful APIs

External Link

SKT_PG_Theory_Core Python

96 Learning Materials

Introduction to programming languages

Introduction to Programming Language

External Link

Types of Computer Languages

External Link

Evolution of Computer Languages - 1

External Link

Evolution of Computer Languages - 2

External Link

Programming Paradigms - 1

External Link

Programming Paradigms - 2

External Link

Programming Paradigms - 3

External Link

Programming Paradigms - 4

External Link

Programming Translators

External Link

Types of Scripts

External Link

Logics Building

Logics Building & Flowchart

External Link

Algorithm & Pseudocode

External Link

Introduction to Python

Introduction to Python

External Link

Python Limitations and Libraries

External Link

History of Python

External Link

Features of Python

External Link

Python Applications

External Link

Python Implementations

External Link

Python vs other Languages

External Link

Characteristics of Python

External Link

Python Environment Setup

Downloading & Installation of Python

External Link

Python Real-time IDEs

External Link

Python Program Execution

Python Program Execution

External Link

Basic Syntax

Comments and Indentations in Python

External Link

Keywords and Identifiers

External Link

Variables

External Link

Input and Output Operations

External Link

Data Types

External Link

Type Conversions

External Link

Operators

Introduction to Operators

External Link

Arithmetic Operators

External Link

Assignment Operators

External Link

Relational Operators

External Link

Logical Operators

External Link

Bitwise Operators

External Link

Membership Operators

External Link

Identity Operators

External Link

Conditional Statements

Introduction to Conditional Statement

External Link

Simple If Statement

External Link

If-Else Statement

External Link

If-Elif-Else Statement

External Link

Nested If-Else Statement

External Link

Short-Hand If Statement

External Link

Jump Statement

Match Case

External Link

Range() Function & Del Keyword

Range() Function and Delete Keyword

External Link

Loops

Introduction to Loops

External Link

While Loop

External Link

For Loop

External Link

Nested Loops

External Link

Loop Control Statements

External Link

Functions

Introduction to Functions

External Link

Implementing Functions

External Link

Classification of Functions

External Link

Nested Functions

External Link

Scope of Variables in Functions

External Link

First Class Functions

External Link

Anonymous Functions

External Link

Recursive Functions

External Link

Lists

Introduction to Lists

External Link

Accessing List Elements

External Link

List Operations

External Link

Built in List Functions

External Link

List Methods-1

External Link

List Methods-2

External Link

List Methods-3

External Link

Tuples

Introduction to Tuples

External Link

Accessing Tuple Elements

External Link

Iterating Tuple Elements

External Link

Built-in Tuple Functions

External Link

Tuple Methods

External Link

Strings - 1

Introduction to Strings

External Link

Accessing Values from Strings

External Link

String Operations - 1

External Link

String Operations - 2

External Link

String Manipulation Methods

External Link

Strings - 2

String Validation and Transformation Methods

External Link

String Analysis Methods

External Link

Numeric String Methods

External Link

String Searching and Manipulation

External Link

Strings - 3

Advanced String Operations

External Link

String Alignment Methods

External Link

String Formatting Methods

External Link

String Splitting Methods

External Link

Mastering in String Operations

External Link

Dictionaries

Introduction to Dictionaries

External Link

Working With Dictionaries

External Link

Accessing Keys & Values from Dictinaries

External Link

Built-in Dictionary Methods-1

External Link

Built-in Dictionary Methods-2

External Link

Sets

Introduction to Sets

External Link

Working with Sets

External Link

Sets Built-in Methods - 1

External Link

Sets Built-in Methods - 2

External Link

Set Operations-1

External Link

Set Operations-2

External Link

Comprehensions

Comprehensions

External Link

SKT_Lab L1_Core Python

2 Learning Materials

Basic level programming of Basic Syntax

Read name, address, email and phone number of a person through keyboard and print the details

External Link

Basic level programming of Operators

Write a program that asks the user to enter three numbers.

External Link

SKT_Lab L2_Core Python

2 Learning Materials

Intermediate Level Programs on Basic Syntax

Write a python program to swap the values of two variables

External Link

Take two variables & assign your first name and last name respectively. Then print your first nam

External Link

SKT_Lab L3_Core Python

4 Learning Materials

Advance level programming of Basic Syntax

Declare three variables to store your first name, last name, and nickname

External Link

Develop a program to read USN, name and total marks of three subjects. Then print USN, name of stude

External Link

Advance level programming On Operators

Write a Program where the radius is taken as input to compute the area of a circle

External Link

Write a Program to input the value of x and n and print the sum of the series, 1+x+x2+x3+x4+…….xn

External Link

SKT_PG_Theory_Advance Python

35 Learning Materials

Memory Management

Dynamic Typing

External Link

Modules & Packages

Modules

External Link

Importing Modules

External Link

Creating Modules

External Link

Modules Search Path

External Link

What are Packages

External Link

Creating Packages

External Link

Python DateTime

Data Time Module

External Link

Time module

Time Module - 1

External Link

Time Module - 2

External Link

Python Calendar Module

Calendar Module

External Link

Random Module

Random Module

External Link

Cryptographically Secure Random Generator

UUID Module

External Link

Other Modules in Python

OS Module

External Link

Sys Module

External Link

Logger Module

External Link

JSON Module

External Link

Exception Handling

Introduction to Exception Handling

External Link

Types of Exception Handling

External Link

Errors in Exception Handling

External Link

Working with Exception Handling

External Link

Raising Exception and Creating User Defined Exception

Raising an Exception

External Link

Exception Chaining

External Link

Exception Lifecycle

External Link

Warnings in Exception Handling

External Link

File Handling in Python

Introduction to File Handling

External Link

Types of Files & File Paths

External Link

Types of File Access Modes

External Link

Types of Binary File Access Modes

External Link

Working with Binary File Access Modes

External Link

Create File in Python

Creating an Empty Text File

External Link

Creating File In A Specific Directory

External Link

Open a File in Python

Access Modes for Opening a File

External Link

Read File in Python

Reading a File

External Link

Reading a File into List

External Link

SKT_Lab L1_Advance Python

1 Learning Materials

Basic Level Programs on Memory Management

Create a program to demonstrate reference counting and automatic object deletion?

External Link

SKT_Lab L2_Advance Python

1 Learning Materials

Intermediate Level programming on Memory Management

Write a custom garbage collector simulation using object counters?

External Link

SKT_Lab L3_Advance Python

1 Learning Materials

Advance Level Programming on Memory Management

Implement your own memory manager using object-oriented design?

External Link

SKT_PG_Theory_OOPS with Python

27 Learning Materials

Introduction to OOPs

Introduction to Object Oriented Programming

External Link

Classes and Objectes

External Link

Class Variables and Instance Variables

External Link

Constructor & Destructor Methods

Constructor method

External Link

Destructor Method

External Link

Types of methods

Types of methods

External Link

Inheritance

Introduction to inheritance

External Link

Multiple Inheritance

External Link

Multilevel Inheritance

External Link

Hierarchial Inheritance

External Link

Hybrid Inheritance

External Link

More on Inheritance

Super() function

External Link

Method Overriding

External Link

Method Resolution Order

External Link

Polymorphism

Introduction to Polymorphism

External Link

Polymorphic Function and Duck Typing

External Link

Method Overriding

External Link

Method Overloading

External Link

Operator Overloading

External Link

Introduction to encapsulation

Introduction to Encapsulation

External Link

Access Modifiers

External Link

Getters and Setters

External Link

Abstraction

Abstraction

External Link

Closures and Decorators

Closures

External Link

Decorators

External Link

Iterators and Generators

Iterators

External Link

Generators

External Link

SKT_Lab L1_OOPS with Python

1 Learning Materials

Basic level programming on Introduction to OOPs

Write a Python class to reverse a string word by word.

External Link

SKT_Lab L2_OOPS with Python

1 Learning Materials

Intermediate Level Programs on Introduction to OOPs

Write a python program to display the use of class and objects

External Link

SKT_Lab L3_OOPS with Python

1 Learning Materials

Advance Level Programs on Introduction to OOPs

Write a python program to implement a singleton class in Python?

External Link

C#.NET

130 Learning Materials

Introduction to Programming Languages

Programming Languages Paradigm

External Link

Imperative Paradigm

External Link

Declarative Paradigm

External Link

Structured Programming

External Link

Procedural Programming

External Link

Object Oriented Programming

External Link

Functional Programming

External Link

History of Programming Language

History of Programming Language

External Link

Classification of Programming Languages

Low Level Programming Language

External Link

Middle Level Programming Language

External Link

High Level Programming Language

External Link

High Level Programming Languages

FORTRAN

External Link

ALGOL

External Link

COBOL

External Link

BCPL

External Link

PASCAL

External Link

B Language

External Link

C Language

External Link

C++

External Link

Java

External Link

C#

External Link

Introduction to C#

Why it is Named as C#

External Link

Is C# Platform Dependent or Independent

External Link

Features of C#

Introduction to Features of C#

External Link

Simple

External Link

Modern Programming Language

External Link

Object Oriented

External Link

Type Safe

External Link

Interoperability

External Link

Scalable and Updatable

External Link

Component Oriented

External Link

Structured Programming Language

External Link

Rich Library

External Link

Fast Speed

External Link

Versions of C#

Versions of C#

External Link

Importance of C#

Advantages of C#

External Link

What will you gain if you learn C#?

External Link

History of C#

Beginning of Modern Age Programming

External Link

Creation of OOPS and C++

External Link

Internet and Java Emerge

External Link

Creation of C#

External Link

Evolution of C#

External Link

How C# Relates to the .NET Framework

External Link

.NET Framework and its Components

External Link

Your First Program

First Program using Command Line Compiler

External Link

First Program Using Visual Studio IDE

External Link

Handling Syntax Errors

External Link

Debugging

External Link

Basic Syntax

Semicolons

External Link

Keywords

External Link

Identifiers

External Link

Data Types

Introduction to Data Types

External Link

Different Data Types in C#

External Link

Value Data Type

External Link

Reference Data Type

External Link

Pointer Data Type

External Link

Why Data Types are Important

External Link

Literals & Variables

Literals

External Link

Variables

External Link

Initializing Variables

External Link

Scope of Variables

External Link

Operators

Introduction to Operators

External Link

Arithmetic Operator

External Link

Increment & Decrement Operator

External Link

Bitwise Operator

External Link

Ternary Operator

External Link

Spacing & Parenthesis

External Link

Operator Precedence

External Link

Conditional Statements

If Statement

External Link

If-else Statement

External Link

If-else if Statement

External Link

Nested if-else Statement

External Link

Switch Statement

External Link

Nested Switch Statement

External Link

Jump Statements

goto Statement

External Link

break Statement

External Link

continue Statement

External Link

return Statement

External Link

Iteration Statements

While Statement

External Link

Do-while Statement

External Link

For Statement

External Link

For each Statement

External Link

Some Variations on For Loop

External Link

Overview of OOPS

Introduction to OOPS

External Link

Class

External Link

Object

External Link

Abstraction

External Link

Encapsulation

External Link

Inheritance

External Link

Polymorphism

External Link

Classes

Introduction to Class

External Link

Rules for Declaring Class Name

External Link

Access Specifiers or Modifiers

External Link

Generalized program for Access Specifier or Modifier

External Link

Internal & Protected

External Link

Generalized program for a Class

External Link

Objects

Introduction to Object

External Link

Creating an Object

External Link

Releasing an Object

External Link

Declaring & Instantiating Object

External Link

Access to fields of an Object

External Link

Methods

Introduction to method

External Link

Method Deceleration

External Link

Return Type Method

External Link

Non - Return Type Method

External Link

Types of Methods

Pure Virtual Method

External Link

Virtual Method

External Link

Abstract Method

External Link

Partial Method

External Link

Extension Method

External Link

Instance Method

External Link

Static Method

External Link

Passing Parameter to a Method

Introduction to Passing Parameter to a Method

External Link

Value as a Parameter

External Link

Reference as a Parameter

External Link

Output as a Parameter

External Link

Method Overloading

Introduction to Method Overloading

External Link

By Changing the Number of Parameters

External Link

By Changing the Data Types of the Parameters

External Link

By Changing the Order of the Parameters

External Link

Constructors

Introduction to Constructor

External Link

Rules for Declaring a Constructor

External Link

Types of Constructor

Default Constructor

External Link

Parametarized Constructor

External Link

Copy Constructor

External Link

Private Constructor

External Link

Static Constructor

External Link

Destructors

Introduction to Destructor

External Link

Rules for Declaring a Destructor

External Link

Garbage Collector

External Link

SKT_WD_Theory_HTML

48 Learning Materials

Web Design

Introduction to Web Design

External Link

Evolution of Web Design

External Link

Role of Web Designer

External Link

Web Design Principles & Best Practices

External Link

Web Design Process

External Link

Color Theory

External Link

Understanding the Web

How the Internet Works

External Link

Internet vs World Wide Web

External Link

Browsers, Servers & Clients

External Link

Domain Names & Web Hosting

External Link

Introduction to HTML

HTML & Its Role

External Link

Evolution of HTML

External Link

Syntax & Structure

External Link

HTML Document Structure

DOCTYPE

External Link

Meta Tags for SEO

External Link

HTML Comments

External Link

Text Formatting & Semantic Elements

Heading Tags

External Link

Paragraph Tag & Line Break Tag

External Link

Text-Formatting Tags

External Link

Semantic Elements

External Link

Links and Navigation

Anchor Tag

External Link

Image & Media Tags

Image Tag

External Link

Audio Tag & Video Tag

External Link

Embedding Multimedia

External Link

Lists

List in HTML

External Link

Tables

Creating Tables & Structure

External Link

Attributes of the table Tag

External Link

HTML Forms

HTML Forms

External Link

Text & Password Inputs

External Link

Check Boxes & Radio Buttons

External Link

Select Menus & Option List

External Link

File Uploading in HTML

External Link

Button

External Link

Color

External Link

Date

External Link

DateTime-Local

External Link

E-Mail

External Link

Hidden

External Link

Image Button

External Link

Month

External Link

Number

External Link

Range

External Link

Reset

External Link

Tel

External Link

Time

External Link

URL

External Link

Week

External Link

Form Accessibility

External Link

SKT_Lab L1_HTML

1 Learning Materials

Basic Level Programming on Introduction to HTML

Write an HTML program to display a text "Welcome to HTML programming​

External Link

SKT_Lab L2_HTML

1 Learning Materials

Intermediate level programming on Introduction to Html

Create a simple HTML page that displays "Hello, World!" as the title and "This is my first HTML pag

External Link

SKT_Lab L3_HTML

1 Learning Materials

Advance level programming on Introduction to Html

How can we make the resume visually appealing without using CSS ?

External Link

SKT_WD_Theory_CSS

54 Learning Materials

Introduction to CSS

CSS & it's Importance

External Link

CSS Syntax & Structure

External Link

Inline, Internal & External CSS

External Link

Understanding Selectors

Simple Selectors

External Link

Attribute Selectors

External Link

Pseudo-class Selectors

External Link

Pseudo-element Selectors

External Link

Combinator Selectors

External Link

Specificity

Specificity of Inline, Internal & External CSS

External Link

Specificity Hierarchy

External Link

Box Model and Positioning Elements

Understanding the Box Model

External Link

Padding

External Link

Border

External Link

Margin

External Link

Positioning Elements

External Link

Typography and Text Styling

Font Properties

External Link

Working with Web Fonts

External Link

Text Styling

External Link

Text Spacing

External Link

Colors and Backgrounds

Using Color Values

External Link

Applying Background Colors & Images

External Link

Working with Gradients & Patterns

Linear Gradient

External Link

Radial Gradients

External Link

Conical Gradient

External Link

Using CSS Patterns

External Link

Layout in CSS

Introduction to CSS Layout Techniques

External Link

Understanding the Display Property

External Link

Types of Layouts

Introduction to Grid Layout

External Link

Grid Container

External Link

Grid Items

External Link

Creating Flexible Layouts with FlexBox

External Link

Flex Container

External Link

Flex Items

External Link

Responsive Design

Media Queries & Responsive Breakpoints

External Link

Building Responsive Layouts

External Link

Mobile-First Approach v/s Desktop-First Approach

External Link

Transitions and Animations

Transitions & Animations

External Link

Transition Properties

External Link

Introduction to Animations

External Link

KeyFrames and Complex Animations

External Link

Transformations and Transforms

Applying Transformations

External Link

Applying 3D Transforms

External Link

Translate Function

External Link

Scale() Function

External Link

Perspective Function

External Link

Building CSS Components

Button

External Link

Button Animations & Transitions

External Link

Button Group

External Link

Dropdown

External Link

Cards

External Link

Navigation Bar

External Link

List Group

External Link

Breadcrumbs

External Link

Styling Form Elements

External Link

SKT_Lab L1_CSS

1 Learning Materials

Write an HTML code to demonstrate the usage of inline CSS

Write an HTML code to demonstrate the usage of inline CSS

External Link

SKT_Lab L2_CSS

1 Learning Materials

Intermediate level programming on Introduction to css

Write an HTML code to demonstrate the usage of external CSS.

External Link

SKT_Lab L3_CSS

1 Learning Materials

Advance level programming on Introduction to css

How do you refer to more than one .css file in an HTML document ?

External Link

SKT_WD_Theory_Javascript

128 Learning Materials

Introduction to JavaScript

What is JavaScript?

External Link

Brief history & evolution of JavaScript

External Link

Setting up development environment

External Link

How to include JavaScript?

External Link

JavaScript Basics

Comments in JavaScript

External Link

Keywords & Identifiers

External Link

Javascript I/O statements

JS Input & Output Statements

External Link

Variables and data types

Variables

External Link

Data -Types

External Link

Operators and expressions

Introduction to Operators

External Link

Arithmetic Operators

External Link

Assignment Operators

External Link

Relational Operators

External Link

Identically Equal Operators

External Link

Logical Operators

External Link

Bitwise Operators

External Link

Increment & Decrement Operators

External Link

Ternary Operators

External Link

Type Operator

External Link

Conditionals Statements

if conditional statements

External Link

Switch Statement

External Link

loops

Introduction to Loops

External Link

for loop

External Link

while loop

External Link

do while loop

External Link

Loop control statements

External Link

Functions

Introduction to Functions

External Link

Implementing Functions

External Link

Classification of Functions

External Link

Nested Functions

External Link

Scope of Variables in Functions

External Link

Recursive functions

External Link

Arrays and Objects

Array

External Link

Array Methods & Properties

External Link

Introduction to Objects

External Link

Accessing & Modifying Object Properties​​

External Link

Adding & Deleting Object Properties​​

External Link

Object Methods & "this" Keyword

External Link

Object Oriented Programming

Core OOP Principles

External Link

Classes

External Link

Constructor

External Link

Accessing & Modifying Object Properties_ES6

External Link

Adding & Deleting Object Properties

External Link

Object Property & Attributes

External Link

Prototype & Prototypal Inheritance

External Link

Inheritance

External Link

Polymorphism

External Link

Encapsulation

External Link

Abstraction

External Link

Strings and String Manipulation

Creating & manipulating strings

External Link

String Properties

External Link

Modifying strings

External Link

Extracting substrings

External Link

Searching within strings

External Link

Template literals & string interpolation

External Link

Date Functions

Date Functions

External Link

Time Functions

Time Functions

External Link

Intervals in Javascript

Intervals in Javascript

External Link

Asynchronous JavaScript

Introduction to asynchronous programming

External Link

Callback Functions

External Link

Promises

External Link

Introduction to async/await

External Link

Error Handling and Debugging

JavaScript errors

External Link

Error Handling

External Link

Debugging techniques & tools

External Link

ES6 and Modern JavaScript

Arrow functions

External Link

Destructuring in JavaScript

External Link

Spread & Rest Operators

External Link

Modules & import/export

External Link

Introduction to APIs

Web APIs & Technologies

External Link

Making HTTP requests

External Link

Introduction to HTTP methods

External Link

Sending Request Headers & Data

External Link

Consuming & parsing JSON data

External Link

Introduction to the Document Object Model (DOM)

What is DOM Model?

External Link

Tree-like structure of DOM

External Link

Parent -Child relationships

External Link

Window Objects in DOM

External Link

Document Object

External Link

Accessing HTML elements

External Link

Traversing and searching the DOM

Navigating the DOM tree

External Link

Forward & Backward Traversing

External Link

Element Searching Methods

External Link

Nodelists & HTML collections

External Link

Loops in Node Lists

External Link

DOM Manipulation Basics

Modifying element content

External Link

Changing element attributes

External Link

Adding or removing elements

External Link

Working with events

Introduction to events

External Link

Event Loop in JavaScript

External Link

Registering Event Handlers

External Link

Mouse Events

External Link

Keyboard Events

External Link

Form Events

External Link

Window Events

External Link

Clipboard Events

External Link

Drag & Drop Events

External Link

Media Events

External Link

Event delegation & propagation

External Link

Styling and CSS manipulation

Changing element styles

External Link

Adding & removing CSS classes

External Link

Getting & setting element dimensions

External Link

Handling forms and user input

Form Elements

External Link

Validating Form Input

External Link

form submission & handling

External Link

Advanced DOM techniques and APIs

Working with history API

External Link

Drag & Drop API

External Link

Web Storage API

External Link

Using Fetch API

External Link

Javascript projects

Weather Application

External Link

Calculator Application_Part 1(HTML)

External Link

Calculator Application_Part 2(CSS)

External Link

Calculator Application_Part 3(JAVASCRIPT)

External Link

Digital Clock

External Link

Create a Background Video

External Link

Color pallette generator

External Link

To-do-list_Part 1

External Link

To-do-list_Part 2

External Link

Quiz Application_Introduction

External Link

Quiz Application_HTML

External Link

Quiz Application_CSS-Part I

External Link

Quiz Application_CSS-Part II

External Link

Quiz Application_JavaScript-Part I

External Link

Quiz Application_JavaScript-Part II

External Link

Quiz Application_JavaScript-Part III

External Link

Quiz Application_Recap

External Link

Tic Tac Toe Game - I

External Link

Tic Tac Toe Game - II

External Link

SKT_PG_Theory_Hibernate

12 Learning Materials

Introduction to Hibernate

Overview of Hibernate

External Link

Introduction to Java Persistence API

External Link

Persistence v/s. In-Memory Storage

External Link

Hibernate - ORM

Hibernate Object Relational Mapping

External Link

Hibernate v/s JDBC

Hibernate v/s JDBC

External Link

Hibernate Framework Architecture

Hibernate Architecture

External Link

Hibernate Environment Setup

Setting Up a Development Environment for Hibernate

External Link

Hibernate Core Concepts

Hibernate Configuration File

External Link

Hibernate Properties and Annotations

External Link

SessionFactory

External Link

Session

External Link

Session Management

External Link

SKT_PG_Theory_Java Servlets

8 Learning Materials

Introduction to Web Technologies

Introduction to Web Technologies

External Link

Client-Server Architecture

External Link

Jakarta API

Servlet API vs Jakarta API

External Link

Understanding the ServletRequest interface and the ServletResponse interface

Example program demonstrating ServletRequest methods -1

External Link

Important methods of the ServletRequest Interface - 2

External Link

Important methods of the ServletResponse Interface

External Link

Example program demonstrating ServletResponse methods

External Link

Request Dispathcing Mechanism in Servlet

Introduction to Request Dispatching in Servlet

External Link

Course Instructor

tutor image

TNBOCW

234 Courses   •   10269 Students