Video Lectures

32x32

Chapter 1 : Introduction to Java
Topic : Introduction to java
Content : What is java,history,features of java,Architecture and components of java,JVM,JRE,JDK 64 MB ,41:28 MIN , THEORY


32x32

Chapter 1 : Introduction to Java
Topic : Setting up an environment for java
Content : Setting up an environment for java 16 MB ,7:44 MIN , THEORY + PRACTICAL


32x32

Chapter 1 : Introduction to Java
Topic : Writing first java program
Content : Writing first java program with explanation 44 MB ,27:44 MIN , THEORY + PRACTICAL


32x32

Chapter 1 : Introduction to Java
Topic : Variables in java
Content : creating variables,rules for creating variables,keywords 24 MB ,15:41 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : data types in java
Topic : Data types in java
Content : primitive data type , literals in java 31 MB ,19:56 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : operators in java
Topic : Types of operators in java
Content : Arithmetic operators, assignment operators, increment and decrement operator,relational operator, logical operator, bitwise operator 69 MB ,45:27 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : Comments in java
Topic : comments and its types in java
Content : single line and multi-line comment 12 MB ,8:14 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : user input in java
Topic : How to take user input in java
Content : taking input using command line argument , scanner class 44 MB ,29:19 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : data types in java
Topic : Autoboxing and unboxing
Content : Explanation autoboxing and unboxing with example 14 MB ,8:52 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : data types in java
Topic : String in java
Content : What is string,methods of string with example 92 MB ,53:3 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : data types in java
Topic : Lambda expression
Content : Explanation of lambda expression with example 22 MB ,14:1 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : data types in java
Topic : Method Parameter Reflection
Content : Method Parameter Reflection with example 35 MB ,19:35 MIN , THEORY + PRACTICAL


32x32

Chapter 1 : control flow statement
Topic : conditional statements
Content : if,if else,else if ladder,nested if with examples 62 MB ,38:6 MIN , THEORY + PRACTICAL


32x32

Chapter 1 : control flow statement
Topic : Control flow statement
Content : switch statement in java with example 30 MB ,18:33 MIN , THEORY + PRACTICAL


32x32

Chapter 1 : control flow statement
Topic : Control flow statement
Content : conditional operator or ternary operator 10 MB ,7:1 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : Iteration in java
Topic : Iteration in java
Content : Introduction to looping,while loop with example 46 MB ,31:9 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : Iteration in java
Topic : Iteration in java
Content : for loop,do while loop,difference between while and do-while loop 39 MB ,23:33 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : Iteration in java
Topic : Iteration in java
Content : Nested for loop with example 44 MB ,28:11 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : Iteration in java
Topic : Control flow statements
Content : Break,continue,labelled statements 33 MB ,21:53 MIN , THEORY + PRACTICAL


32x32

Chapter 3 : Classes in java
Topic : Introduction to OOPS
Content : Introduction to OOPS , llist of concepts in OOPs, diiference between POP and OOPs 30 MB ,18:16 MIN , THEORY


32x32

Chapter 3 : Classes in java
Topic : classes and objects
Content : what is class? How to create a class and its object? Example,creating methods,methods with parameter 44 MB ,29:23 MIN , THEORY + PRACTICAL


32x32

Chapter 3 : Classes in java
Topic : More about methods
Content : Methods with return type,method overloading,method with access specifier 47 MB ,30:32 MIN , THEORY + PRACTICAL


32x32

Chapter 3 : Classes in java
Topic : More about methods
Content : Variable length args with example 23 MB ,14:59 MIN , THEORY + PRACTICAL


32x32

Chapter 3 : Classes in java
Topic : types of variables in java
Content : Local ,instance, static variables. 44 MB ,26:24 MIN , THEORY + PRACTICAL


32x32

Chapter 3 : Classes in java
Topic : Static methods in java
Content : Static methods in java with example. 12 MB ,6:58 MIN , THEORY + PRACTICAL


32x32

Chapter 3 : Classes in java
Topic : Constructors in java
Content : Constructor,Types of constructor,Constructor overloading 35 MB ,22:24 MIN , THEORY + PRACTICAL


32x32

Chapter 3 : Classes in java
Topic : this keyword
Content : this keyword in java 25 MB ,15:38 MIN , THEORY + PRACTICAL


32x32

Chapter 3 : Classes in java
Topic : garbage collection in java
Content : garbage collection in java with example 14 MB ,9:35 MIN , THEORY + PRACTICAL


32x32

Chapter 1 : inheritance in java
Topic : inheritance in java
Content : Introduction to inheritance 33 MB ,21:49 MIN , THEORY + PRACTICAL


32x32

Chapter 1 : inheritance in java
Topic : inheritance in java
Content : Types of inheritance in java 47 MB ,29:16 MIN , THEORY + PRACTICAL


32x32

Chapter 1 : inheritance in java
Topic : method overriding
Content : method overriding with example 16 MB ,10:5 MIN , THEORY + PRACTICAL


32x32

Chapter 1 : inheritance in java
Topic : super keyword
Content : super keyword and its usage with example 20 MB ,12:48 MIN , THEORY + PRACTICAL


32x32

Chapter 1 : inheritance in java
Topic : Abstract class
Content : abstract methods with example 25 MB ,15:23 MIN , THEORY + PRACTICAL


32x32

Chapter 1 : inheritance in java
Topic : Interfaces in java
Content : introduction to Interfaces in java with example 60 MB ,36:22 MIN , THEORY + PRACTICAL


32x32

Chapter 1 : inheritance in java
Topic : Interfaces in java
Content : extending interfaces with example,more about interfaces 14 MB ,8:31 MIN , THEORY + PRACTICAL


32x32

Chapter 1 : inheritance in java
Topic : abstract vs interface, class vs interface
Content : difference between abstract class and interface, class VS interface 10 MB ,6:5 MIN , THEORY


32x32

Chapter 2 : Packages in java
Topic : Introduction to packages
Content : package,types of packages,built-in package,user defined package 48 MB ,30:27 MIN , THEORY + PRACTICAL


32x32

Chapter 1 : Enumerations and arrays
Topic : Introduction to array
Content : Introduction to an array, Creating 1-D array and examples 79 MB ,48:44 MIN , THEORY + PRACTICAL


32x32

Chapter 1 : Enumerations and arrays
Topic : more about arrays
Content : Passing array to a function,creating an array of objects 20 MB ,12:13 MIN , THEORY + PRACTICAL


32x32

Chapter 1 : Enumerations and arrays
Topic : more about arrays
Content : sorting array 28 MB ,15:37 MIN , THEORY + PRACTICAL


32x32

Chapter 1 : Enumerations and arrays
Topic : multi-dimensional arrays
Content : Multidimentional array, 2-d array, addition of 2 matrix 33 MB ,19:43 MIN , THEORY + PRACTICAL


32x32

Chapter 1 : Enumerations and arrays
Topic : Multiplication of an array
Content : Multiplication of an array 21 MB ,13:10 MIN , THEORY + PRACTICAL


32x32

Chapter 1 : Enumerations and arrays
Topic : Miscellaneous chapter
Content : Array class in java 19 MB ,11:13 MIN , THEORY + PRACTICAL


32x32

Chapter 1 : Enumerations and arrays
Topic : Working with vectors
Content : Working with vectors 56 MB ,33:56 MIN , THEORY + PRACTICAL


32x32

Chapter 2 : Multi-Threading
Topic : Introduction to MultiThreading
Content : Introduction to MultiThreading,lifecycle 25 MB ,16:32 MIN , THEORY


32x32

Chapter 2 : Multi-Threading
Topic : multithreading in java
Content : Extending a thread class, start(),run(),isAlive(),getName(),setName(),sleep(),join() 62 MB ,38:30 MIN , THEORY + PRACTICAL


32x32

Chapter 3 : Exception Handling
Topic : Introduction to exception handling
Content : What is Exception,What is Exception handling,try-catch block 60 MB ,35:29 MIN , THEORY + PRACTICAL


32x32

Chapter 3 : Exception Handling
Topic : Exception handling
Content : multiple catch statements, finally block 27 MB ,17:5 MIN , THEORY + PRACTICAL


32x32

Chapter 3 : Exception Handling
Topic : Exception handling
Content : throw and throws keywords 38 MB ,23:22 MIN , THEORY + PRACTICAL


32x32

Chapter 3 : Exception Handling
Topic : Miscellaneous Lecture on exceptions
Content : User Defined Exception 12 MB ,7:33 MIN , THEORY + PRACTICAL


32x32

Chapter 4 : Byte streams
Topic : Introduction
Content : Introduction to byte stream classes and character stream classes 10 MB ,7:27 MIN , THEORY


32x32

Chapter 4 : Byte streams
Topic : FileOutputStream and FileInputStream
Content : FileOutputStream and FileInputStream with example 60 MB ,33:1 MIN , THEORY + PRACTICAL


32x32

Chapter 4 : Byte streams
Topic : FileWriter and FileReader
Content : FileWriter and FileReader with example 24 MB ,14:37 MIN , THEORY + PRACTICAL


32x32

Chapter 4 : Byte streams
Topic : Binary file reading and writing
Content : Binary file reading and writing with example 19 MB ,9:47 MIN , THEORY + PRACTICAL


32x32

Chapter 1 : AWT (ABSTRACT WINDOW TOOLKIT)
Topic : introduction to AWT
Content : introduction to awt and its hierarchy 14 MB ,8:51 MIN , THEORY


32x32

Chapter 1 : AWT (ABSTRACT WINDOW TOOLKIT)
Topic : Components- Label,TextField,Button
Content : Label,TextField,Button with example 43 MB ,27:17 MIN , THEORY + PRACTICAL


32x32

Chapter 1 : AWT (ABSTRACT WINDOW TOOLKIT)
Topic : Event handling, Delegation Event Model
Content : Event handling, Delegation Event Model 33 MB ,20:47 MIN , THEORY


32x32

Chapter 1 : AWT (ABSTRACT WINDOW TOOLKIT)
Topic : Event handling, Delegation Event Model
Content : Example on Event handling 31 MB ,18:14 MIN , THEORY + PRACTICAL


32x32

Chapter 1 : AWT (ABSTRACT WINDOW TOOLKIT)
Topic : Simple calculator using awt components and event handling
Content : Simple calculator using awt components and event handling 17 MB ,9:48 MIN , THEORY + PRACTICAL


32x32

Chapter 1 : AWT (ABSTRACT WINDOW TOOLKIT)
Topic : checkbox and radio button in awt
Content : checkbox and radio button in awt with example 24 MB ,13:8 MIN , THEORY + PRACTICAL


32x32

Chapter 1 : AWT (ABSTRACT WINDOW TOOLKIT)
Topic : Choice menu in awt
Content : Choice menu in awt with example 26 MB ,15:7 MIN , THEORY + PRACTICAL


32x32

Chapter 1 : AWT (ABSTRACT WINDOW TOOLKIT)
Topic : Frame class in awt
Content : Frame class in awt 21 MB ,13:54 MIN , THEORY + PRACTICAL


32x32

Chapter 1 : AWT (ABSTRACT WINDOW TOOLKIT)
Topic : adpater classes in awt with example
Content : adpater classes in awt with example 33 MB ,19:30 MIN , THEORY + PRACTICAL


32x32

Chapter 1 : AWT (ABSTRACT WINDOW TOOLKIT)
Topic : innerclass in java
Content : innerclass in java 11 MB ,7:16 MIN , THEORY + PRACTICAL


32x32

Chapter 1 : AWT (ABSTRACT WINDOW TOOLKIT)
Topic : LayoutManager in java
Content : Flowlayout,borderlayout,gridlayout 47 MB ,27:47 MIN , THEORY + PRACTICAL


32x32

Chapter 1 : AWT (ABSTRACT WINDOW TOOLKIT)
Topic : LayoutManager in java
Content : card layout with example 18 MB ,9:42 MIN , THEORY + PRACTICAL


The Shikshak App

The Shikshak App is an honest attempt to provide quality education.

https://play.google.com/store/apps/details?id=com.weit.theshikshak&hl=en_IN