12 тысяч подписчиков
444 видео
SQL Query to Display Value of Pi with 38 Digit in 20 iteration using Connect & Level - Fun with SQL
Download and install Genymotion with virtual box on windows and launching ADB Shell
Exe Hacking - Modify the executable using Immunity Debugger - Practical Demo of By Pass Password
Java - Oracle JDBC - INSERT, UPDATE, DELETE, SEARCH, SORT & DISPLAY (Menu Driven PRACTICAL DEMO)
Download and install android studio 4.2 on windows and how to run first android app - Practical Demo
Sub Queries in SQL - Practical Demonstrations with Single Row Sub-Query and Multiple Row Sub Query
Extract the source code from Facebook Lite Android Application - Decompile Dalvik bytecode to java
Installation of Flutter and Create first App
Java - Constructor & Method Overloading, Copy Constructor, Call By Value & Reference - Practical
How to Create Custom Content Provider with INSERT, UPDATE, DELETE and SELECT - Android Kotlin
PLSQL Block to generate list of all managers with their department & salary (Using Cursors Demo-4)
Collection Part-5 (Collection to Array using toArray() and get individual element from the same)
SQL-Lecture 6 - Primary Key & Foreign Key - Practical Demonstration - Oracle
PLSQL function to find given no is even or odd - (User Defined Function Demo-1)
Object Class in Java - Part 2 (Overriding equals() function to compare content of two objects)
Java - Overloading of main function - Practical Demo
PLSQL user defined function to validate the email address using regular expression (Udf Demo-5)
Android Java - Implicit Intent and Explicit Intent Practical Demo
ADB Commands - devices, push, pull and remount with practical demo
Instead of trigger in PLSQL Oracle (Part-1) - Practical Demo
PLSQL user defined function to validate the password using Regular Expression (UDF Demo-6)
DML Trigger - To set the value of one column based on another column - PLSQL Oracle (Trigger Demo-2)
Database System Trigger to store information of logon and logoff of every user - Practical Demo
PLSQL user defined function to find given no is manager or not (UDF Demo-7)
SQL Query to Swap content of two column using Update Statement
Print Happy Dussehra pattern using nested for loops in Java
Print String Triangle in C without using Nested Loops and Inbuilt Function - Practical Demo
PLSQL Procedure to get the information of employee based on given employeeno with Exception - Part-1
PLSQL Procedure to ask DeptNo from user and display the details of employees (Using Cursors Demo-1)
PLSQL Block to generate the report in format of Interview Call Letter - (Using Cursors Demo-3)
PLSQL procedure to generate report of employees hired in a given year (Using Cursors Demo-5)
Download and Install NASM and Write and Test first Assembly Program on Windows - Practical Demo
PLSQL Package with procedure and function - Practical Demo (Oracle)
PLSQL Procedure to find given no is even or odd - Practical Demo in Oracle
PLSQL Block to generate the report of dept wise no of employee & total salary (Using Cursors Demo-2)
PLSQL User defined function to find maximum salary of employee based on given deptno (UDF Demo-4)
PLSQL function to draw line based on given character and length (User defined function demo-3)
PLSQL Procedure to get information of Employee and Department based on given employee No - Part-2
PLSQL Procedure to find given no is Positive, Negative or Zero - Practical Demo (Oracle)
Java for beginners - Class and Objects, Creating first Java Application with command line argument
Android Java - Validation of Email Address on Text Changed EditText
Android Java - Validation of Mobile No on text changed using Regular expression
PLSQL Procedure to get information of ALL Employees (Cursor, Join & Exception) - Part-3
Calculator App - Android Java
Query to Find First day of current month, year and next year & last day of month & year - Oracle SQL
Java Exception Handling Part-4 (catch any exception using Exception class NullPointer, NumberFormat
Encrypt and Decrypt Password with Key in C Programming
Download and Install Code Block mingw 20.03 and Write first C Program on Code Block
Java - enum reference data type with constructor and method - Practical Demo
Button & TextView - Android Kotlin (Increment the counter of Buttons on click and set into Textview)
Tracing the current Location of Android Device - Android Kotlin