SmartCode Studio
SmartCode Studio
  • Видео 63
  • Просмотров 1 367
OOPS : Part 2 : Overriding - RuntimePolymorphism
OOPS : Part 2 : Overriding - RuntimePolymorphism
Просмотров: 0

Видео

OOPS : Object-Oriented Programming - PART-1
Просмотров 64 часа назад
In this session we are going to cover : 1. Abstraction 2. Encapsulation 3. Inheritance In Part-2 we are going to cover RunTime Polymorphism i.e Over-riding
Java - Instance Block & Static Block : 2024
Просмотров 89 часов назад
In this session we are going to cover 1. Instance block 2. Static block
Java : Constructors - 2024
Просмотров 1814 часов назад
In this lecture we will cover : 1. Constructors : why they are required? 2. Constructor basics with practical examples. 3. Interview questions regarding chaining, method calling, self-calling,
Java : Method Overloading
Просмотров 2321 час назад
This is 3rd class of java series, where we are going to dive deep into Oops concept (overloading) and try to tackle multiple interview questions.
Java Methods : Part : 1
Просмотров 19День назад
Second class of Java Series. We are going to cover : 1. Method signature 2. Static Context Area, Instance Context Area 3. Method chaining 4. StackOverFlowException
Arrays: Part - 2 : Rotate and Reverse
Просмотров 14День назад
In the video we will cover two topics of Arrays 1. Reverse an array using two pointer technique 2. Rotate and array using reverse technique with 0(1) time complexity We have solved question on leetcode .
Java - Variables : 2024
Просмотров 1714 дней назад
We have covered : 1. Local variable 2. Instance Variable 3. Static Variable
Database Indexes and performance management
Просмотров 5721 день назад
In this video we will cover : 1. BTree index 2. Hash index 3. BRIN index 4. BitMap index 5. GIN or GisT index We will check the performance of the queries as well pre and post indexes.
Database : Sequence and Trigger with function
Просмотров 6821 день назад
We will cover : 1. Sequence in database 2. Trigger in database 3. Procedures and functions in database. 4. Using Trigger to execute function in database.
Ashok Transaction and Isolation level
Просмотров 1921 день назад
We will start ACID properties and cover the isolation levels.
Arrays : Part-1
Просмотров 921 день назад
We will cover : 1. How data is accessed in array 2. Linear traversal of array 3. Question covered : 1. Print array 2. Sum of array 3. Left, Right leader in an array
Arrays - Part 2 : Reverse, Rotate, Two Pointer Technique
Просмотров 1021 день назад
In part-1 we have seen about the benefits of left traversal or right traversal in an array. In part-2 we will cover :- 1. Two pointer technique 2. Reverse an array 3. Rotate an array using reversal 4. Solved question on leetcode.
RDMS : Sequence and Functions, Procedure with Triggers.
Просмотров 6121 день назад
In this video we will cover :- 1. Sequence : which is an object type for storing primary key, used by default by Hibernate. 2. Function and Procedure and its usage with Triggers.
Database : ACID Properties Part-2
Просмотров 5621 день назад
We will cover ACID properties with practical examples.
Database : ACID Properties Part 1
Просмотров 4121 день назад
Database : ACID Properties Part 1
Database indexes : BTree, Hash, BRIN, BitMap
Просмотров 22221 день назад
Database indexes : BTree, Hash, BRIN, BitMap
Database Joins and Associations
Просмотров 22Месяц назад
Database Joins and Associations
Self Join and Views in Database : Postgres
Просмотров 20Месяц назад
Self Join and Views in Database : Postgres
Joins & View
Просмотров 17Месяц назад
Joins & View
Interface and Abstract keyword implementation : Strategy pattern
Просмотров 9Месяц назад
Interface and Abstract keyword implementation : Strategy pattern
Group By, Having Clause and Database Subqueries
Просмотров 12Месяц назад
Group By, Having Clause and Database Subqueries
Immutable Class Creation
Просмотров 4Месяц назад
Immutable Class Creation
Database Joins And Views with From Clause Subquery
Просмотров 7Месяц назад
Database Joins And Views with From Clause Subquery
Basic SQL : Select Clause, From Clause, Where Clause, Having Clause and Group by with offset
Просмотров 18Месяц назад
Basic SQL : Select Clause, From Clause, Where Clause, Having Clause and Group by with offset
Database Subqueries : Part : 1
Просмотров 24Месяц назад
Database Subqueries : Part : 1
Database : Where and Having clause with Group By
Просмотров 5Месяц назад
Database : Where and Having clause with Group By
Database Functions : Aggreagate Functions, String functions and Date functions
Просмотров 21Месяц назад
Database Functions : Aggreagate Functions, String functions and Date functions
Basic SQL with Pagination Queries
Просмотров 7Месяц назад
Basic SQL with Pagination Queries
DDL Query : Create and Database Constraints
Просмотров 81Месяц назад
DDL Query : Create and Database Constraints